Methods in org.apache.wsif.compiler.schema.tools that throw SchemaException
|
java.util.Map |
Schema2Java.createJavaMapping(org.w3c.dom.Element root,
java.util.Map reg)
This method takes inputs of an Schema Element, a HashMap and returns the same HashMap filled with
the mappings from schema QNames to Java class names or primitive types. |
void |
Schema2Java.outputJavaMapping()
Output the Java class files created from XML Schema models to the working directory. |
java.util.Map |
Schema2JROM.createJROMMapping(org.w3c.dom.Element root,
java.util.Map reg)
This method takes inputs of an Schema Element, a HashMap and returns the same HashMap filled with
the mappings from schema QNames to JROM class names. |