Interface | Description |
---|---|
JMElement |
JaxMe variant of
Element , providing
additional access to namespace URI and local name. |
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.
|
JMUnmarshallerHandler |
JaxMe's private extension of
UnmarshallerHandler . |
JMValidator |
JaxMe's private extension of a JAXB Validator.
|
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.
|
Class | Description |
---|---|
PMParams |
Implementation of a parameter object for use in
PM.select(Observer, String, PMParams) . |
PMParams.Param |
A single parameter.
|
WildcardAttribute |
Wildcard attributes (as specified by
xs:anyAttribute )
are stored in a set, the set elements being instances of
WildcardAttribute . |
XMLConstants |
Exception | Description |
---|---|
PMException |
Exception being thrown in case of persistency problems.
|
Base package for the JaxMe Java-XML binder.
This package contains the base interfaces and classes for the JaxMe
runtime engine. The sources generated by JaxMe
from schema rely on
implementations of these interfaces (contained in the
impl subpackage) to function.
This package is also the root of the JaxMe
package
structure. Within this package structure are the following important components: