Package org.apache.ws.jaxme.generator

This package contains JaxMe specific source generators.

See:
          Description

Interface Summary
Generator The Generator is a frontend for working with the SchemaReaders, SourceWriters and whatever else.
PropertySource An instance of PropertySource (typically the Generator can be queried for properties.
SchemaReader A SchemaReader is responsible for reading a schema definition.
 

Class Summary
Main A command line interface for the JaxMe source generator.
SchemaOption  
XJCTask An Ant task for running JaxMe, designed to be JAXB compatible.
XJCTask.ClassType  
XJCTask.Dtd This class is used to store the nested element "dtd".
XJCTask.Property  
 

Exception Summary
SchemaException  
 

Package org.apache.ws.jaxme.generator Description

This package contains JaxMe specific source generators. This code uses the generic JaxMeJS java source generation framework to generate source from schema.

The base package contains startup code (for Ant and from the command line). The actual implementations are contained within subpackages.