|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
Marshaller | Interface that all data marshallers must implements. |
MarshallerDecorator | On RMI invocations we can't use customer Marshallers, but we need to decorate Invocations (or any other objects) with some data before sending the object. |
MarshallerLoaderConstants | |
PreferredStreamMarshaller | A PreferedStreamMarshaller can create from a raw OutputStream the particular OutputStream it prefers to use. |
PreferredStreamUnMarshaller | A PreferedStreamUnMarshaller can create from a raw InputStream the particular InputStream it prefers to use |
SerialMarshaller | |
SerialUnMarshaller | |
UnMarshaller | Takes a marshalled byte array and converts to a Java data object. |
UnMarshallerDecorator | On RMI invocations we can't use customer Marshallers, but we need to decorate Invocations (or any other objects) with some data before sending the object. |
VersionedMarshaller | |
VersionedUnMarshaller |
Class Summary | |
---|---|
MarshalFactory | This class will provide marshallers and unmarshallers for data based on the data type want to marshal to. |
MarshallerLoaderClient | This class is used to load marshaller and unmarshallers from remote server. |
MarshallerLoaderHandler | The invocation handler that receives requests for getting marshallers/unmarshallers and loading of these and any related classes to remoting client. |
MarshallLoaderConnector | |
MarshallLoaderFactory | Creates the marshall loader server to process requests from remoting clients to load marshaller/unmarshallers. |
Exception Summary | |
---|---|
InvalidMarshallingResource | Exception thrown when a valid data marshaller can not be found. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |