| java.lang.Object org.apache.axis2.schema.SchemaCompiler
SchemaCompiler | public class SchemaCompiler (Code) | | Schema compiler for ADB. Based on WS-Commons schema object model.
|
ANY_ELEMENT_FIELD_NAME | final public static String ANY_ELEMENT_FIELD_NAME(Code) | | |
EXTRA_ATTRIBUTE_FIELD_NAME | final public static String EXTRA_ATTRIBUTE_FIELD_NAME(Code) | | |
getCompilerProperties | public Properties getCompilerProperties()(Code) | | the property map of the schemacompiler.In this case it would be the property map loaded fromthe configuration file |
getProcessedElementMap | public HashMap getProcessedElementMap()(Code) | | the processes element mapincludes the Qname of the element as the key and aString representing the fully qualified class name |
getProcessedModelMap | public Map getProcessedModelMap()(Code) | | a map of Qname vs models. A model can be anything,ranging from a DOM document to a stream. This is taken from thewriter and the schema compiler has no control over it |
isSOAP_ENC | public static boolean isSOAP_ENC(String s)(Code) | | Returns true if SOAP_ENC Namespace.
Parameters: s - a string representing the URI to check true if s matches a SOAP ENCODING namespace URI,false otherwise |
|
|