|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_ws.deployment.lib.wrapper.WSManagerWrapper
Wrap the WSDeploymentDescManager to solve ClassLoader problems linked to Digester.
| Method Summary | |
static WSDeploymentDesc |
getDeploymentDesc(java.net.URL url,
java.lang.ClassLoader moduleCL,
java.lang.ClassLoader earCL)
Wrap the WSDeploymentDescManager.getInstance().getDeploymentDesc(url, moduleCL, earCL) call. |
static WSDeploymentDesc |
getDeploymentDesc(java.net.URL url,
java.net.URL unpackedURL,
java.lang.ClassLoader moduleCL,
java.lang.ClassLoader earCL)
Wrap the WSDeploymentDescManager.getInstance().getDeploymentDesc(url, url, moduleCL, earCL) call. |
static void |
removeCache(java.lang.ClassLoader cl)
Wrap the WSDeploymentDescManager.getInstance().removeCache() call. |
static void |
setParsingWithValidation(boolean b)
Wrap the WSDeploymentDescManager.setParsingWithValidation() call. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static WSDeploymentDesc getDeploymentDesc(java.net.URL url,
java.lang.ClassLoader moduleCL,
java.lang.ClassLoader earCL)
throws WSDeploymentDescException
url - module URLmoduleCL - module ClassLoaderearCL - Application ClassLoader
WSDeploymentDescException - When WSDeploymentDesc cannot be instanciated.
public static WSDeploymentDesc getDeploymentDesc(java.net.URL url,
java.net.URL unpackedURL,
java.lang.ClassLoader moduleCL,
java.lang.ClassLoader earCL)
throws WSDeploymentDescException
url - module URLunpackedURL - unpacked URL of the module (may be null)moduleCL - module ClassLoaderearCL - Application ClassLoader
WSDeploymentDescException - When WSDeploymentDesc cannot be instanciated.public static void setParsingWithValidation(boolean b)
b - true/falsepublic static void removeCache(java.lang.ClassLoader cl)
cl - WebApp ClassLoader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||