| java.lang.Object org.objectweb.jonas_ws.deployment.lib.MappingFileManager
MappingFileManager | public class MappingFileManager (Code) | | this Class is used to manipulate jaxrpc-mapping-file. This file contains
informations for mapping between XML namespaces and java packages. We
actually support just a few part of this file. According with JSR 921, this
file must contain class mapping information (exceptions/faults,
types/classes, portTypes/interfaces ...).
author: Guillaume Sauthier author: Xavier Delplanque author: Helene Joanin |
getInstance | public static MappingFile getInstance(File module, String filename) throws WSDeploymentDescException(Code) | | Returns an instance of jaxrpc-mapping-file
Parameters: module - module File containing mapping Parameters: filename - jaxrpc-mapping-file filename Returns an instance of jaxrpc-mapping-file throws: WSDeploymentDescException - when MappingFile cannot be loader or instanciated |
getInstance | public static MappingFile getInstance(Reader r, String filename, boolean validate) throws WSDeploymentDescException(Code) | | Returns an instance of jaxrpc-mapping-file
Parameters: r - mapping file reader Parameters: filename - mapping filename Parameters: validate - validate flag Returns an instance of jaxrpc-mapping-file throws: WSDeploymentDescException - when MappingFile cannot be loader or instanciated |
isParsingWithValidation | public static boolean isParsingWithValidation()(Code) | | Returns the parsingWithValidation. |
setParsingWithValidation | public static void setParsingWithValidation(boolean parsingWithValidation)(Code) | | Parameters: parsingWithValidation - The parsingWithValidation to set. |
|
|