Package org.objectweb.jonathan.apis.presentation

Provides a set of classes and interfaces for presentation protocols (marshallers and unmarshallers).

See:
          Description

Interface Summary
Marshaller Marshaller is the type of basic types marshallers.
MarshallerFactory a marshaller factory is a factory for marshallers and unmarshallers (...)
UnMarshaller UnMarshaller is the type of basic types unmarshallers.
 

Exception Summary
EndOfMessageException EndOfMessageException is a checked exception that indicates that the end of the message on which some operation is performed has been reached.
MarshalException MarshalException is a checked exception that indicates that an error occured when marshalling data.
UnMarshalException UnMarshalException is a checked exception that indicates that an error occurred when unmarshalling data.
 

Package org.objectweb.jonathan.apis.presentation Description

Provides a set of classes and interfaces for presentation protocols (marshallers and unmarshallers).