Uses of Package
net.sf.jaxme

Packages that use net.sf.jaxme
net.sf.jaxme   
net.sf.jaxme.impl   
 

Classes in net.sf.jaxme used by net.sf.jaxme
JMHandler
          A Handler is capable and used to unmarshal a certain subclass of JMElement.
JMHandler.Data
           
JMMarshaller
          JaxMe's private extension of a JAXB Marshaller.
JMUnmarshaller
          JaxMe's private extension of a JAXB Unmarshaller.
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.
PMParams
          Implementation of a parameter object for use in PM.select(Observer, String, PMParams).
PMParams.Param
          A single parameter.
 

Classes in net.sf.jaxme used by net.sf.jaxme.impl
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.
PMParams
          Implementation of a parameter object for use in PM.select(Observer, String, PMParams).
XMLWriter
          A simple serializer for XML documents.