Save This Page
Home » axis2-1.5-src » org.apache » axis2 » xmlbeans » [javadoc | source]
org.apache.axis2.xmlbeans
public class: CodeGenerationUtility [javadoc | source]
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
public static final  String SCHEMA_FOLDER     
public static  String MAPPINGS     
public static  String MAPPING     
public static  String MESSAGE     
public static  String JAVA_NAME     
public static final  String MAPPING_FOLDER     
public static final  String MAPPER_FILE_NAME     
public static final  String SCHEMA_PATH     
 boolean debug     
Method from org.apache.axis2.xmlbeans.CodeGenerationUtility Summary:
processSchemas
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.axis2.xmlbeans.CodeGenerationUtility Detail:
 public static TypeMapper processSchemas(List schemas,
    Element[] additionalSchemas,
    CodeGenConfiguration cgconfig,
    String typeSystemName) throws RuntimeException