org.objectweb.jonas_ws.wsgen.generator.ews.EWSGeneratorFactory Class Reference

Inherits org.objectweb.jonas_ws.wsgen.generator.GeneratorFactory.

Inheritance diagram for org.objectweb.jonas_ws.wsgen.generator.ews.EWSGeneratorFactory:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_ws.wsgen.generator.ews.EWSGeneratorFactory:

Collaboration graph
[legend]
List of all members.

Public Member Functions

WsClientGenerator newGenerator (ServiceRefDesc serviceRef, WsClientDDModifier ddm, Archive archive) throws GenBaseException, WsGenException
WsEndpointGenerator newGenerator (ServiceDesc serviceDesc, WsEndpointDDModifier ddm, WebServicesDDModifier wsddm, Archive arch) throws GenBaseException, WsGenException

Detailed Description

GeneratorFactory impl for EWS.

Author:
Guillaume Sauthier

Definition at line 47 of file EWSGeneratorFactory.java.


Member Function Documentation

WsEndpointGenerator org.objectweb.jonas_ws.wsgen.generator.ews.EWSGeneratorFactory.newGenerator ServiceDesc  serviceDesc,
WsEndpointDDModifier  ddm,
WebServicesDDModifier  wsddm,
Archive  arch
throws GenBaseException, WsGenException [virtual]
 

Return a new WsEndpointGenerator for the specific generation mecanism.

Parameters:
serviceDesc the webservice-description containing information for server side generation process.
ddm the XML modifier.
wsddm webservices.xml DD modifier
Returns:
a new WsEndpointGenerator.
Exceptions:
GenBaseException When creation fails.
WsGenException When creation fails.

Implements org.objectweb.jonas_ws.wsgen.generator.GeneratorFactory.

Definition at line 79 of file EWSGeneratorFactory.java.

References org.objectweb.jonas_ws.wsgen.generator.GeneratorFactory.getConfiguration().

Here is the call graph for this function:

WsClientGenerator org.objectweb.jonas_ws.wsgen.generator.ews.EWSGeneratorFactory.newGenerator ServiceRefDesc  serviceRef,
WsClientDDModifier  ddm,
Archive  archive
throws GenBaseException, WsGenException [virtual]
 

Return a new WsClientGenerator for the specific generation mecanism.

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.
Exceptions:
GenBaseException When creation fails.
WsGenException When creation fails.

Implements org.objectweb.jonas_ws.wsgen.generator.GeneratorFactory.

Definition at line 61 of file EWSGeneratorFactory.java.

References org.objectweb.jonas_ws.wsgen.generator.GeneratorFactory.getConfiguration().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:13:52 2005 for JOnAS by  doxygen 1.3.9.1