Package org.objectweb.jonathan.presentation.api
Provides a set of classes and interfaces for presentation protocols
(marshallers and unmarshallers).
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. |
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. |
Provides a set of classes and interfaces for presentation protocols
(marshallers and unmarshallers).