Package org.jboss.remoting.marshal

Interface Summary
Marshaller (src) Interface that all data marshallers must implements.
MarshallerLoaderConstants (src)  
UnMarshaller (src) Takes a marshalled byte array and converts to a Java data object.
 

Class Summary
MarshalFactory (src) This class will provide marshallers and unmarshallers for data based on the data type want to marshal to.
MarshallerLoaderClient (src) This class is used to load marshaller and unmarshallers from remote server.
MarshallerLoaderHandler (src) The invocation handler that receives requests for getting marshallers/unmarshallers and loading of these and any related classes to remoting client.
MarshallLoaderConnector (src)  
MarshallLoaderFactory (src) Creates the marshall loader server to process requests from remoting clients to load marshaller/unmarshallers.
 

Exception Summary
InvalidMarshallingResource (src)