|
Interface Summary |
| JMElement |
JaxMe variant of Element, providing
additional access to namespace URI and local name. |
| JMHandler |
A Handler is capable and used to unmarshal a certain
subclass of JMElement. |
| JMHandler.Data |
|
| JMManager |
A JMManager controls the object factory (aka JAXBContext)
for a given document type. |
| JMMarshaller |
JaxMe's private extension of a JAXB Marshaller. |
| JMPI |
The JaxMe variant of a processing instruction. |
| JMUnmarshaller |
JaxMe's private extension of a JAXB Unmarshaller. |
| JMValidator |
JaxMe's private extension of a JAXB Validator. |
| JMXmlSerializer |
An XML Serializer is used to marshal a fixed subclass
of JMElement. |
| JMXmlSerializer.Data |
|
| Observable |
An Observable is an object that may be observed by
another object, the Observer. |
| Observer |
An Observer is the corresponding interface to the
Observable: The Observer is watching the
Observable. |
| PM |
The persistence manager (or PM
for short) is responsible for reading objects from the
database or storing them into the database. |
| ValidationEvents |
List of error codes, being used in validation events. |
| XMLWriter |
A simple serializer for XML documents. |