Uses of Class
org.objectweb.jonas_ws.deployment.api.ServiceDesc

Packages that use ServiceDesc
org.objectweb.jonas_ws.deployment.api   
org.objectweb.jonas_ws.wsgen.generator   
org.objectweb.jonas_ws.wsgen.generator.axis   
org.objectweb.jonas_ws.wsgen.generator.ews   
org.objectweb.jonas_ws.wsgen.generator.ews.wsdltoj2ee   
org.objectweb.jonas.ws.base   
org.objectweb.jonas.ws.base.handler   
 

Uses of ServiceDesc in org.objectweb.jonas_ws.deployment.api
 

Methods in org.objectweb.jonas_ws.deployment.api that return ServiceDesc
 ServiceDesc PortComponentDesc.getServiceDesc()
          Return the parent ServiceDesc of the PortComponent.
 

Methods in org.objectweb.jonas_ws.deployment.api 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.objectweb.jonas_ws.deployment.api with parameters of type ServiceDesc
PortComponentDesc(ClassLoader jarCL, PortComponent pc, JonasPortComponent jpc, ServiceDesc parent)
          Creates a new PortComponentDesc object.
 

Uses of ServiceDesc in org.objectweb.jonas_ws.wsgen.generator
 

Methods in org.objectweb.jonas_ws.wsgen.generator that return ServiceDesc
 ServiceDesc WsEndpointGenerator.getService()
           
 

Methods in org.objectweb.jonas_ws.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.objectweb.jonas_ws.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.objectweb.jonas_ws.wsgen.generator.axis
 

Methods in org.objectweb.jonas_ws.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.objectweb.jonas_ws.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.objectweb.jonas_ws.wsgen.generator.ews
 

Methods in org.objectweb.jonas_ws.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.objectweb.jonas_ws.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.objectweb.jonas_ws.wsgen.generator.ews.wsdltoj2ee
 

Methods in org.objectweb.jonas_ws.wsgen.generator.ews.wsdltoj2ee that return ServiceDesc
 ServiceDesc JOnASJ2EEWebServicesContext.getServiceDesc()
           
 

Methods in org.objectweb.jonas_ws.wsgen.generator.ews.wsdltoj2ee with parameters of type ServiceDesc
 void JOnASJ2EEWebServicesContext.setServiceDesc(ServiceDesc serviceDesc)
           
 

Uses of ServiceDesc in org.objectweb.jonas.ws.base
 

Methods in org.objectweb.jonas.ws.base with parameters of type ServiceDesc
 void WSDLManager.publish(ServiceDesc sd)
          Delegate publishing to all added WSDL Handlers.
 

Uses of ServiceDesc in org.objectweb.jonas.ws.base.handler
 

Methods in org.objectweb.jonas.ws.base.handler with parameters of type ServiceDesc
 void FileWSDLHandler.publish(ServiceDesc sd)
          Publish the given WSDL to the directory location.
 void RegistryWSDLHandler.publish(ServiceDesc sd)
          Publish the WSDL into a Registry.
 void WSDLHandler.publish(ServiceDesc sd)
          publish the given wsdl
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.