org.objectweb.jonas_ws.wsgen.generator.axis
Class AxisGeneratorFactory
java.lang.Object
org.objectweb.jonas_ws.wsgen.generator.GeneratorFactory
org.objectweb.jonas_ws.wsgen.generator.axis.AxisGeneratorFactory
- All Implemented Interfaces:
- GeneratorFactory
- public class AxisGeneratorFactory
- extends GeneratorFactory
GeneratorFactory impl for Axis.
- Author:
- Guillaume Sauthier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisGeneratorFactory
public AxisGeneratorFactory()
- Deprecated.
newGenerator
public WsClientGenerator newGenerator(ServiceRefDesc serviceRef,
WsClientDDModifier ddm,
Archive archive)
throws GenBaseException,
WsGenException
- Deprecated.
- Return a new WsClientGenerator for the specific generation mecanism.
- Specified by:
newGenerator in class GeneratorFactory
- Parameters:
serviceRef - the service-ref containing information for client side
generation process.ddm - the XML modifier.archive - the Archive to be modified
- Returns:
- a new WsClientGenerator.
- Throws:
GenBaseException - When creation fails.
WsGenException - When creation fails.
newGenerator
public WsEndpointGenerator newGenerator(ServiceDesc serviceDesc,
WsEndpointDDModifier ddm,
WebServicesDDModifier wsddm,
Archive arch)
throws GenBaseException,
WsGenException
- Deprecated.
- Return a new WsEndpointGenerator for the specific generation mecanism.
- Specified by:
newGenerator in class GeneratorFactory
- Parameters:
serviceDesc - the webservice-description containing information for
server side generation process.ddm - the XML modifier.wsddm - webservices.xml DD modifierarch - The archive to modify
- Returns:
- a new WsEndpointGenerator.
- Throws:
GenBaseException - When creation fails.
WsGenException - When creation fails.