Uses of Class
org.ow2.jonas.deployment.ws.ServiceDesc

Packages that use ServiceDesc
org.ow2.jonas.deployment.ws   
org.ow2.jonas.generators.wsgen.generator   
org.ow2.jonas.generators.wsgen.generator.axis   
org.ow2.jonas.generators.wsgen.generator.ews   
org.ow2.jonas.generators.wsgen.generator.ews.wsdltoj2ee   
 

Uses of ServiceDesc in org.ow2.jonas.deployment.ws
 

Methods in org.ow2.jonas.deployment.ws that return ServiceDesc
 ServiceDesc PortComponentDesc.getServiceDesc()
          Return the parent ServiceDesc of the PortComponent.
 

Methods in org.ow2.jonas.deployment.ws with parameters of type ServiceDesc
static PortComponentDesc PortComponentDescFactory.newInstance(ClassLoader cl, PortComponent pc, JonasPortComponent jpc, ServiceDesc parent)
          Create a new PortComponentDesc instance.
 

Constructors in org.ow2.jonas.deployment.ws with parameters of type ServiceDesc
PortComponentDesc(ClassLoader jarCL, PortComponent pc, JonasPortComponent jpc, ServiceDesc parent)
          Creates a new PortComponentDesc object.
 

Uses of ServiceDesc in org.ow2.jonas.generators.wsgen.generator
 

Methods in org.ow2.jonas.generators.wsgen.generator that return ServiceDesc
 ServiceDesc WsEndpointGenerator.getService()
           
 

Methods in org.ow2.jonas.generators.wsgen.generator with parameters of type ServiceDesc
abstract  WsEndpointGenerator GeneratorFactory.newGenerator(ServiceDesc serviceDesc, WsEndpointDDModifier ddm, WebServicesDDModifier wsddm, Archive arch)
          Return a new WsEndpointGenerator for the specific generation mecanism.
 

Constructors in org.ow2.jonas.generators.wsgen.generator with parameters of type ServiceDesc
WsEndpointGenerator(Config config, ServiceDesc serviceDesc, WsEndpointDDModifier ddm, WebServicesDDModifier wsddm, Archive arch)
          Creates a new WsEndpointGenerator
 

Uses of ServiceDesc in org.ow2.jonas.generators.wsgen.generator.axis
 

Methods in org.ow2.jonas.generators.wsgen.generator.axis with parameters of type ServiceDesc
static org.apache.velocity.VelocityContext VContextFactory.getContext(ServiceDesc sd)
          Creates the Velocity Context used to build the generated files with the Velocity templates.
 WsEndpointGenerator AxisGeneratorFactory.newGenerator(ServiceDesc serviceDesc, WsEndpointDDModifier ddm, WebServicesDDModifier wsddm, Archive arch)
          Deprecated. Return a new WsEndpointGenerator for the specific generation mecanism.
 

Constructors in org.ow2.jonas.generators.wsgen.generator.axis with parameters of type ServiceDesc
AxisWsEndpointGenerator(Config config, ServiceDesc serviceDesc, WsEndpointDDModifier ddm, WebServicesDDModifier wsddm, Archive arch)
          Creates a new AxisWsEndpointGenerator
 

Uses of ServiceDesc in org.ow2.jonas.generators.wsgen.generator.ews
 

Methods in org.ow2.jonas.generators.wsgen.generator.ews with parameters of type ServiceDesc
 WsEndpointGenerator EWSGeneratorFactory.newGenerator(ServiceDesc serviceDesc, WsEndpointDDModifier ddm, WebServicesDDModifier wsddm, Archive arch)
          Return a new WsEndpointGenerator for the specific generation mecanism.
 

Constructors in org.ow2.jonas.generators.wsgen.generator.ews with parameters of type ServiceDesc
EWSWsEndpointGenerator(Config config, ServiceDesc serviceDesc, WsEndpointDDModifier ddm, WebServicesDDModifier wsddm, Archive arch)
          Creates a new AxisWsEndpointGenerator
 

Uses of ServiceDesc in org.ow2.jonas.generators.wsgen.generator.ews.wsdltoj2ee
 

Methods in org.ow2.jonas.generators.wsgen.generator.ews.wsdltoj2ee that return ServiceDesc
 ServiceDesc JOnASJ2EEWebServicesContext.getServiceDesc()
           
 

Methods in org.ow2.jonas.generators.wsgen.generator.ews.wsdltoj2ee with parameters of type ServiceDesc
 void JOnASJ2EEWebServicesContext.setServiceDesc(ServiceDesc serviceDesc)
           
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.