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

Packages that use WSDeploymentDescException
org.ow2.jonas.deployment.ws   
org.ow2.jonas.deployment.ws.lib   
org.ow2.jonas.deployment.ws.wrapper   
 

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

Methods in org.ow2.jonas.deployment.ws that throw WSDeploymentDescException
 URL WSDLFile.getLocation(QName portQName)
          return the given port location, null if the port is undefined.
static PortComponentDesc PortComponentDescFactory.newInstance(ClassLoader cl, PortComponent pc, JonasPortComponent jpc, ServiceDesc parent)
          Create a new PortComponentDesc instance.
 void JaxRpcPortComponentDesc.setDesc(Object desc)
          Setter method for J2EE component linking.
 void SSBPortComponentDesc.setDesc(Object desc)
          Setter method for J2EE component linking.
abstract  void PortComponentDesc.setDesc(Object desc)
          Setter method for J2EE component linking.
 

Constructors in org.ow2.jonas.deployment.ws that throw WSDeploymentDescException
PortComponentDesc(ClassLoader jarCL, PortComponent pc, JonasPortComponent jpc, ServiceDesc parent)
          Creates a new PortComponentDesc object.
PortComponentRefDesc(ClassLoader classLoader, PortComponentRef pcr, JonasPortComponentRef jpcr)
          Creates a new PortComponentRefDesc object.
ServiceDesc(ClassLoader jarCL, WebserviceDescription wsd, JonasWebserviceDescription jwsd)
          Constructor : creates a ServiceDesc object.
ServiceRefDesc(ClassLoader classLoader, ServiceRef sref, JonasServiceRef jsref, String filename)
          Creates a new ServiceRefDesc object.
WSDeploymentDesc(ClassLoader jarCL, org.objectweb.util.monolog.api.Logger log, Webservices ws, JonasWebservices jws)
          Constructor : creates a WSDeploymentDesc object
WSDLFile(ClassLoader cl, String name)
          Creates a new WSDLFile object.
WSDLFile(URL url, String name)
          Creates a new WSDLFile object.
 

Uses of WSDeploymentDescException in org.ow2.jonas.deployment.ws.lib
 

Methods in org.ow2.jonas.deployment.ws.lib that throw WSDeploymentDescException
static WSDeploymentDesc WSDeploymentDescManager.getDeploymentDesc(String file, ClassLoader jarCL)
          Get the specified WebService deployment descriptor.
 WSDeploymentDesc WSDeploymentDescManager.getDeploymentDesc(URL url, ClassLoader jarCL, ClassLoader earCL)
          Get the specified ws deployment descriptor and put it in the cache if it is not in.
 WSDeploymentDesc WSDeploymentDescManager.getDeploymentDesc(URL url, URL unpackedURL, ClassLoader jarCL, ClassLoader earCL)
          Get the specified ws deployment descriptor and put it in the cache if it is not in.
static MappingFile MappingFileManager.getInstance(File module, String filename)
          Returns an instance of jaxrpc-mapping-file
static MappingFile MappingFileManager.getInstance(InputStream is, String filename)
          Returns an instance of jaxrpc-mapping-file
static MappingFile MappingFileManager.getInstance(Reader r, String filename, boolean validate)
          Returns an instance of jaxrpc-mapping-file
 PortComponentDesc WSDeploymentDescManager.getPortComponentDesc(URL callerURL, String portComponentLinkName, ClassLoader moduleLoader, ClassLoader earLoader)
          Return the port component desc from the pcLink string.
static JonasWebservices WSDeploymentDescManager.loadJonasWebservices(Reader reader, String fileName)
          return a 'xml' object containing jonas-webservices.xml informations.
static Webservices WSDeploymentDescManager.loadWebservices(Reader reader, String fileName)
          return a 'xml' object containing webservices.xml informations.
 

Uses of WSDeploymentDescException in org.ow2.jonas.deployment.ws.wrapper
 

Methods in org.ow2.jonas.deployment.ws.wrapper that throw WSDeploymentDescException
static WSDeploymentDesc WSManagerWrapper.getDeploymentDesc(URL url, ClassLoader moduleCL, ClassLoader earCL)
          Wrap the WSDeploymentDescManager.getInstance().getDeploymentDesc(url, moduleCL, earCL) call.
static WSDeploymentDesc WSManagerWrapper.getDeploymentDesc(URL url, URL unpackedURL, ClassLoader moduleCL, ClassLoader earCL)
          Wrap the WSDeploymentDescManager.getInstance().getDeploymentDesc(url, url, moduleCL, earCL) call.
static MappingFile MappingFileManagerWrapper.getMappingFile(File module, String filename)
          Wrap MappingFileManager.getInstance(module, filename) call.
static MappingFile MappingFileManagerWrapper.getMappingFile(InputStream is, String filename)
          Wrap MappingFileManager.getInstance(module, filename) call.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.