Package org.apache.axis2.xmlbeans
Class CodeGenerationUtility
java.lang.Object
org.apache.axis2.xmlbeans.CodeGenerationUtility
Framework-linked code used by XMLBeans data binding support. This is accessed via reflection from
the XMLBeans code generation extension when XMLBeans data binding is selected.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TypeMapperprocessSchemas(List schemas, Element[] additionalSchemas, CodeGenConfiguration cgconfig, String typeSystemName)
-
Field Details
-
SCHEMA_FOLDER
- See Also:
-
MAPPINGS
-
MAPPING
-
MESSAGE
-
JAVA_NAME
-
MAPPING_FOLDER
- See Also:
-
MAPPER_FILE_NAME
- See Also:
-
SCHEMA_PATH
- See Also:
-
-
Constructor Details
-
CodeGenerationUtility
public CodeGenerationUtility()
-
-
Method Details
-
processSchemas
public static TypeMapper processSchemas(List schemas, Element[] additionalSchemas, CodeGenConfiguration cgconfig, String typeSystemName) throws RuntimeException - Parameters:
additionalSchemas-- Throws:
RuntimeException
-