org.objectweb.jonas_ws.deployment.lib.wrapper.WSManagerWrapper Class Reference

List of all members.

Static Public Member Functions

WSDeploymentDesc getDeploymentDesc (URL url, ClassLoader moduleCL, ClassLoader earCL) throws WSDeploymentDescException
WSDeploymentDesc getDeploymentDesc (URL url, URL unpackedURL, ClassLoader moduleCL, ClassLoader earCL) throws WSDeploymentDescException
void setParsingWithValidation (boolean b)
void removeCache (ClassLoader cl)

Detailed Description

Wrap the WSDeploymentDescManager to solve ClassLoader problems linked to Digester.

Author:
Guillaume Sauthier

Definition at line 47 of file WSManagerWrapper.java.


Member Function Documentation

WSDeploymentDesc org.objectweb.jonas_ws.deployment.lib.wrapper.WSManagerWrapper.getDeploymentDesc URL  url,
URL  unpackedURL,
ClassLoader  moduleCL,
ClassLoader  earCL
throws WSDeploymentDescException [static]
 

Wrap the WSDeploymentDescManager.getInstance().getDeploymentDesc(url, url, moduleCL, earCL) call.

Parameters:
url module URL
unpackedURL unpacked URL of the module (may be null)
moduleCL module ClassLoader
earCL Application ClassLoader
Returns:
the WSDeploymentDesc of the given module
Exceptions:
WSDeploymentDescException When WSDeploymentDesc cannot be instanciated.

Definition at line 115 of file WSManagerWrapper.java.

References org.objectweb.jonas.server.LoaderManager.getToolsLoader().

Here is the call graph for this function:

WSDeploymentDesc org.objectweb.jonas_ws.deployment.lib.wrapper.WSManagerWrapper.getDeploymentDesc URL  url,
ClassLoader  moduleCL,
ClassLoader  earCL
throws WSDeploymentDescException [static]
 

Wrap the WSDeploymentDescManager.getInstance().getDeploymentDesc(url, moduleCL, earCL) call.

Parameters:
url module URL
moduleCL module ClassLoader
earCL Application ClassLoader
Returns:
the WSDeploymentDesc of the given module
Exceptions:
WSDeploymentDescException When WSDeploymentDesc cannot be instanciated.

Definition at line 75 of file WSManagerWrapper.java.

References org.objectweb.jonas.server.LoaderManager.getToolsLoader().

Here is the call graph for this function:

void org.objectweb.jonas_ws.deployment.lib.wrapper.WSManagerWrapper.removeCache ClassLoader  cl  )  [static]
 

Wrap the WSDeploymentDescManager.getInstance().removeCache() call.

Parameters:
cl WebApp ClassLoader

Definition at line 167 of file WSManagerWrapper.java.

References org.objectweb.jonas.server.LoaderManager.getInstance(), and org.objectweb.jonas.server.LoaderManager.getToolsLoader().

Here is the call graph for this function:

void org.objectweb.jonas_ws.deployment.lib.wrapper.WSManagerWrapper.setParsingWithValidation boolean  b  )  [static]
 

Wrap the WSDeploymentDescManager.setParsingWithValidation() call.

Parameters:
b true/false

Definition at line 148 of file WSManagerWrapper.java.

References org.objectweb.jonas.server.LoaderManager.getToolsLoader().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:13:40 2005 for JOnAS by  doxygen 1.3.9.1