Implementation of the JaxMe
runtime engine.
See: Description
Interface Summary | |
---|---|
JMSAXDriver | Interface of an object, which is able to convert another object into SAX events. |
Class Summary | |
---|---|
CharSetXMLWriter | A simple serializer for XML documents using the {@link java.nio.charset.Charset} from Java 1.4. |
Configuration | An instance of this class represents a config file. |
Configuration.Manager | |
Configuration.Manager.Property | |
DatatypeConverterImpl | |
JAXBContextImpl | JaxMe's implementation of a JAXBContext. |
JMControllerImpl | Common subclass for JMMarshallerImpl, JMUnmarshallerImpl and JMValidatorImpl. |
JMMarshallerImpl | |
JMPIImpl | Implementation of a processing instruction. |
JMSAXDriverController | The controller is created by the {@link org.apache.ws.jaxme.JMMarshaller} for marshalling a given element. |
JMSAXElementParser | A subclass of {@link org.apache.ws.jaxme.impl.JMSAXGroupParser} for parsing complex elements. |
JMSAXGroupParser | The {@link javax.xml.parsers.SAXParser} is controlling
an internal stack of {@link JMSAXGroupParser} instances, one
for any nested sequence, choice, or all group being parsed. Note, that complex types with complex content are |
JMUnmarshallerHandlerImpl | Implementation of a JMUnmarshallerHandler; the
UnmarshallerHandler receives SAX events which he silently
discards, as long as the first |
JMUnmarshallerImpl | JaxMe's {@link javax.xml.bind.Unmarshaller} implementation. |
JMValidatorImpl | Simple validator implementation. |
OrderedAttributeXMLWriter | This is a subclass of {@link org.apache.ws.jaxme.impl.XMLWriterImpl}, that writes the attributes ordered alphabetically. |
PassThroughXMLWriter | A simple serializer for XML documents extending the default XMLWriter implementation, XMLWriterImpl. |
ValidationEventImpl | JaxMe's extension of the {@link javax.xml.bind.helpers.ValidationEventImpl} class, adding the {@link #getErrorCode()}. |
XMLWriterImpl | A simple serializer for XML documents. |
Implementation of the JaxMe
runtime engine.
The JaxMe
runtime engine is used by the sources generated by JaxMe.
The essential interfaces are contained in the
root package.
This package contains the actual implementation used by JaxMe
.
Users will rarely use this code explicitly.