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

List of all members.

Static Public Member Functions

MappingFile getMappingFile (File module, String filename) throws WSDeploymentDescException
MappingFile getMappingFile (InputStream is, String filename) throws WSDeploymentDescException

Detailed Description

Wrap the MappingFileManager to solve ClassLoader problems linked to Digester.

Author:
Guillaume Sauthier

Definition at line 44 of file MappingFileManagerWrapper.java.


Member Function Documentation

MappingFile org.objectweb.jonas_ws.deployment.lib.wrapper.MappingFileManagerWrapper.getMappingFile InputStream  is,
String  filename
throws WSDeploymentDescException [static]
 

Wrap MappingFileManager.getInstance(module, filename) call.

Parameters:
is InputStream of the MappingFile
filename mapping file filename
Returns:
the MappingFile
Exceptions:
WSDeploymentDescException When MappingFile cannot be instanciated

Definition at line 101 of file MappingFileManagerWrapper.java.

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

Here is the call graph for this function:

MappingFile org.objectweb.jonas_ws.deployment.lib.wrapper.MappingFileManagerWrapper.getMappingFile File  module,
String  filename
throws WSDeploymentDescException [static]
 

Wrap MappingFileManager.getInstance(module, filename) call.

Parameters:
module directory where mapping file can be found
filename mapping file filename
Returns:
the MappingFile
Exceptions:
WSDeploymentDescException When MappingFile cannot be instanciated

Definition at line 66 of file MappingFileManagerWrapper.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:39 2005 for JOnAS by  doxygen 1.3.9.1