|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSDeploymentDesc | |
---|---|
org.objectweb.jonas_ws.deployment.lib | |
org.objectweb.jonas_ws.deployment.lib.wrapper | |
org.objectweb.jonas.ws.base |
Uses of WSDeploymentDesc in org.objectweb.jonas_ws.deployment.lib |
---|
Methods in org.objectweb.jonas_ws.deployment.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.objectweb.jonas_ws.deployment.lib.wrapper |
---|
Methods in org.objectweb.jonas_ws.deployment.lib.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.objectweb.jonas.ws.base |
---|
Methods in org.objectweb.jonas.ws.base that return WSDeploymentDesc | |
---|---|
WSDeploymentDesc |
AbsWebServicesServiceImpl.WSDeployInfo.getDescriptor()
|
Constructors in org.objectweb.jonas.ws.base with parameters of type WSDeploymentDesc | |
---|---|
AbsWebServicesServiceImpl.WSDeployInfo(URL war,
WSDeploymentDesc wsdd)
Creates a new WSDeployInfo instance with given parameters |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |