|
||||||||||
| 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.MappingFileManagerWrapper
Wrap the MappingFileManager to solve ClassLoader problems linked to Digester.
| Method Summary | |
static MappingFile |
getMappingFile(java.io.File module,
java.lang.String filename)
Wrap MappingFileManager.getInstance(module, filename) call. |
static MappingFile |
getMappingFile(java.io.InputStream is,
java.lang.String filename)
Wrap MappingFileManager.getInstance(module, filename) call. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static MappingFile getMappingFile(java.io.File module,
java.lang.String filename)
throws WSDeploymentDescException
module - directory where mapping file can be foundfilename - mapping file filename
WSDeploymentDescException - When MappingFile cannot be instanciated
public static MappingFile getMappingFile(java.io.InputStream is,
java.lang.String filename)
throws WSDeploymentDescException
is - InputStream of the MappingFilefilename - mapping file filename
WSDeploymentDescException - When MappingFile cannot be instanciated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||