Package org.apache.ws.jaxme.generator

This package contains JaxMe specific source generators.

Interface Summary

GeneratorThe Generator is a frontend for working with the SchemaReaders, SourceWriters and whatever else.
PropertySourceAn instance of PropertySource (typically the Generator can be queried for properties.
SchemaReaderA SchemaReader is responsible for reading a schema definition.

Class Summary

MainA command line interface for the JaxMe source generator.
SchemaException
SchemaOption
XJCTaskAn Ant task for running JaxMe, designed to be JAXB compatible.
XJCTask.ClassType
XJCTask.DtdThis class is used to store the nested element "dtd".
XJCTask.MyClassLoader
XJCTask.Property
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.