Package org.apache.ws.jaxme.impl

Implementation of the JaxMe runtime engine.

See:
          Description

Class Summary
AtomicHandler  
CharSetXMLWriter A simple serializer for XML documents using the Charset from Java 1.4.
Configuration An instance of this class represents a config file.
DatatypeConverterImpl  
JAXBContextImpl JaxMe's implementation of a JAXBContext.
JMControllerImpl Common subclass for JMMarshallerImpl, JMUnmarshallerImpl and JMValidatorImpl.
JMHandlerBase A common base class for the AtomicHandler and the JMHandlerImpl.
JMHandlerImpl  
JMMarshallerImpl  
JMPIImpl Implementation of a processing instruction.
JMUnmarshallerHandlerImpl Implementation of a JMUnmarshallerHandler; the UnmarshallerHandler receives SAX events which he silently discards, as long as the first startElement event is seen.
JMUnmarshallerImpl  
JMValidatorImpl  
JMXmlSerializerImpl  
PassThroughXMLWriter A simple serializer for XML documents extending the default XMLWriter implementation, XMLWriterImpl.
ValidationEventImpl  
XMLWriterImpl A simple serializer for XML documents.
 

Package org.apache.ws.jaxme.impl Description

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.