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

Packages that use WSDeploymentDesc
org.ow2.jonas.deployment.ws.lib   
org.ow2.jonas.deployment.ws.wrapper   
org.ow2.jonas.ws.jaxrpc.base   
 

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

Methods in org.ow2.jonas.deployment.ws.lib that return WSDeploymentDesc
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.
 

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

Methods in org.ow2.jonas.deployment.ws.wrapper that return WSDeploymentDesc
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.
 

Uses of WSDeploymentDesc in org.ow2.jonas.ws.jaxrpc.base
 

Methods in org.ow2.jonas.ws.jaxrpc.base that return WSDeploymentDesc
 WSDeploymentDesc JAXRPCService.WSDeployInfo.getDescriptor()
           
 

Constructors in org.ow2.jonas.ws.jaxrpc.base with parameters of type WSDeploymentDesc
JAXRPCService.WSDeployInfo(URL war, WSDeploymentDesc wsdd)
          Creates a new WSDeployInfo instance with given parameters
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.