org.jibx.xsd2jibx
Class Generator

java.lang.Object
  extended by org.jibx.xsd2jibx.Generator

public class Generator
extends java.lang.Object


Constructor Summary
Generator()
           
 
Method Summary
 void addMapping(org.jibx.xsd2jibx.JibxMapping mapping)
           
 void execute()
          Loops through the XsdResolver list and processes each XML Schema.
 GeneratorConfig getConfig()
           
 org.jibx.xsd2jibx.JibxMapping getMapping(XsdType xsdType)
           
 org.jibx.xsd2jibx.JibxNamespace getNamespace(java.lang.String nsUri)
           
 void marshalJibxBindingDefinition()
           
 void setConfig(GeneratorConfig config)
           
 void writeJavaSources()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Generator

public Generator()
Method Detail

setConfig

public void setConfig(GeneratorConfig config)

getConfig

public GeneratorConfig getConfig()

execute

public void execute()
Loops through the XsdResolver list and processes each XML Schema.


getMapping

public org.jibx.xsd2jibx.JibxMapping getMapping(XsdType xsdType)

writeJavaSources

public void writeJavaSources()

marshalJibxBindingDefinition

public void marshalJibxBindingDefinition()

getNamespace

public org.jibx.xsd2jibx.JibxNamespace getNamespace(java.lang.String nsUri)

addMapping

public void addMapping(org.jibx.xsd2jibx.JibxMapping mapping)