| Home >> All >> org >> apache >> ws >> jaxme >> [ generator Javadoc ] |
org.apache.ws.jaxme.generator: Javadoc index of package org.apache.ws.jaxme.generator.
Package Samples:
org.apache.ws.jaxme.generator.util: This package contains JaxMe specific source generators.
org.apache.ws.jaxme.generator.sg.impl.ccsg: Contains JAXB source generation model implementation.
org.apache.ws.jaxme.generator.sg.impl: Contains JAXB source generation model interfaces.
org.apache.ws.jaxme.generator.impl
org.apache.ws.jaxme.generator.sg
org.apache.ws.jaxme.generator.types
org.apache.ws.jaxme.generator.ino.api4j
Classes:
XJCTask: An Ant task for running JaxMe, designed to be JAXB compatible. This task supports the following attributes: Name Description Required/Default schema Name of a schema file being compiled This or nested <schema> elements are required binding An external binding file being applied to the schema file No force Setting this option to true forces the up-to-date check to fail. This option is mainly useful while working on the JaxMe generator. For JaxMe users, which only change schema files, this option isn't of much use. It is designed for JaxMe developers. No, false package Specifies the generated ...
Generator: The Generator is a frontend for working with the SchemaReaders, SourceWriters and whatever else. Usage: Generates java source definitions from various inputs: generate(java.net.URL) 55 generate(java.io.File) 55 generate(org.xml.sax.InputSource) 55 The inputs are interpreted into schema definitions by the SchemaReader set by calling setSchemaReader(org.apache.ws.jaxme.generator.SchemaReader) 55 . Other properties give fine grained control over various aspects of the file generation: setForcingOverwrite(boolean) 55 setSettingReadOnly(boolean) 55 setTargetDirectory(java.io.File) 55 and the processing ...
SGItem: A common base interface for ComplexTypeSG , ObjectSG , SchemaSG , SimpleTypeSG , and TypeSG .
GroupHandlerSG: An instance of GroupHandlerSG is responsible for creating an instance of org.apache.ws.jaxme.impl.JMSAXGroupParser , or org.apache.ws.jaxme.impl.JMSAXElementParser . The org.apache.ws.jaxme.generator.sg.ComplexContentSG creates a GroupHandlerSG for any group, contained in the element.
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: Generator XJCTask docs/Reference.html
SchemaSG: Interface of a source generator for the whole schema. Specifies the source representing a complete schema. The actual generation of the concrete source files is delegated to the JavaSourceFactory available by calling getJavaSourceFactory() 55 . Various portions of the source artifacts are made available through property accessors.
ParticleWalker: A ParticleWalker walks over a complex elements particles, invoking the given Particle Visitors methods for any particle.
AllHandlerSG: Creates an instance of org.apache.ws.jaxme.impl.JMSAXElementParser , or org.apache.ws.jaxme.impl.JMSAXGroupParser , which parses an "all" group.
ChoiceHandlerSG: Creates an instance of org.apache.ws.jaxme.impl.JMSAXElementParser , or org.apache.ws.jaxme.impl.JMSAXGroupParser , which parses a choice group.
HandlerSG: Interface of an object, which generates instances of org.apache.ws.jaxme.impl.JMSAXElementParser , or org.apache.ws.jaxme.impl.JMSAXGroupParser .
SequenceHandlerSG: Creates an instance of org.apache.ws.jaxme.impl.JMSAXElementParser , or org.apache.ws.jaxme.impl.JMSAXGroupParser , which parses a sequence.
ParticleVisitorImpl: Default implementation of a ParticleVisitor , with methods doing nothing.
BeanGeneratingVisitor: Implementation of a ParticleVisitor , which generates a bean class.
DriverGeneratingVisitor: Implementation of ParticleVisitor for generating the driver class.
HandlerSGImpl: Base implementation of HandlerSG , for derivation of various subclasses.
ArrayPropertySG: A subclass of MultiplePropertySG , which generates arrays rather than lists.
PropertySource: An instance of PropertySource (typically the Generator can be queried for properties.
SimpleContentHandlerSG: Creates an instance of org.apache.ws.jaxme.impl.JMSAXElementParser , which parses a complex element with simple content.
EmptyElementHandlerSG: Creates an instance of org.apache.ws.jaxme.impl.JMSAXElementParser , which parses an empty element, aka empty group.
XjcSerializable: An instance of this class may be used to specify that the generated classes should be serializable. The instance will also customize the serialization.
JAXBComplexContentTypeSG: Default implementation of org.apache.ws.jaxme.generator.sg.ComplexContentSG .
JAXBSGItem: Default implementation of org.apache.ws.jaxme.generator.sg.SGItem .
GeneratorImpl: The Generator is reading an input schema. The schema is converted into a DOM tree. Finally one or more source writers are executed.
ParsePrintSG: Simple type chain for implementing jaxb:javaType/@parseMethod and/or jaxb:javaType/@printMethod .
QNameUtil: Utility class for working with instances of javax.xml.namespace.QName .
| Home | Contact Us | Privacy Policy | Terms of Service |