|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_ws.wsgen.generator.GeneratorFactory
org.objectweb.jonas_ws.wsgen.generator.axis.AxisGeneratorFactory
GeneratorFactory impl for Axis.
Field Summary |
Fields inherited from class org.objectweb.jonas_ws.wsgen.generator.GeneratorFactory |
config, GENERATOR_FACTORY, GENERATOR_FACTORY_DEFAULT, i18n, logger |
Constructor Summary | |
AxisGeneratorFactory()
|
Method Summary | |
WsEndpointGenerator |
newGenerator(ServiceDesc serviceDesc,
WsEndpointDDModifier ddm)
Return a new WsEndpointGenerator for the specific generation mecanism. |
WsClientGenerator |
newGenerator(ServiceRefDesc serviceRef,
WsClientDDModifier ddm,
Archive archive)
Return a new WsClientGenerator for the specific generation mecanism. |
Methods inherited from class org.objectweb.jonas_ws.wsgen.generator.GeneratorFactory |
getConfiguration, getInstance, setConfiguration |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AxisGeneratorFactory()
Method Detail |
public WsClientGenerator newGenerator(ServiceRefDesc serviceRef, WsClientDDModifier ddm, Archive archive) throws WsGenException
newGenerator
in class GeneratorFactory
serviceRef
- the service-ref containing information for client side
generation process.ddm
- the XML modifier.archive
- the Archive to be modified
WsGenException
- When creation fails.public WsEndpointGenerator newGenerator(ServiceDesc serviceDesc, WsEndpointDDModifier ddm) throws WsGenException
newGenerator
in class GeneratorFactory
serviceDesc
- the webservice-description containing information for
server side generation process.ddm
- the XML modifier.
WsGenException
- When creation fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |