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. Usage: Generates java source definitions from various inputs:
The inputs are interpreted into schema definitions by the {@link SchemaReader} set by calling {@link #setSchemaReader}. |
PropertySource | An instance of PropertySource (typically the {@link org.apache.ws.jaxme.generator.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. Implementation note: If you update this class, you should consider updating the following files and classes as well:
| |||||||||||||||||||
SchemaException | ||||||||||||||||||||
SchemaOption | ||||||||||||||||||||
XJCTask | An Ant task for running JaxMe, designed to be JAXB compatible. This task supports the following attributes:
Package org.apache.ws.jaxme.generator Description:
This package contains The base package contains startup code (for Ant and from the command line). The actual implementations are contained within subpackages. |