Uses of Package
com.flat502.rox.marshal

Packages that use com.flat502.rox.marshal
com.flat502.rox.client Client-side API and supporting classes. 
com.flat502.rox.demo Examples illustrating using this project. 
com.flat502.rox.marshal Provides generic classes for marshalling and unmarshalling RPC messages. 
com.flat502.rox.marshal.cgi   
com.flat502.rox.marshal.xmlrpc Provides classes for marshalling and unmarshalling XML-RPC messages. 
com.flat502.rox.processing Central location for shared client- and server-side processing logic. 
com.flat502.rox.server Server-side API and supporting classes. 
 

Classes in com.flat502.rox.marshal used by com.flat502.rox.client
FieldNameCodec
           
MethodResponseUnmarshaller
          Encapsulates the methods required to unmarshal an RpcResponse from various sources.
MethodResponseUnmarshallerAid
          An assistive interface intended to support unmarshalling.
RpcCall
          An interface representing a generalized RPC method call.
RpcResponse
          An interface representing a generalized RPC method call response.
 

Classes in com.flat502.rox.marshal used by com.flat502.rox.demo
FieldNameCodec
           
MethodCallUnmarshallerAid
          An assistive interface intended to support unmarshalling.
RpcCall
          An interface representing a generalized RPC method call.
RpcResponse
          An interface representing a generalized RPC method call response.
UnmarshallerAid
          An assistive interface intended to support unmarshalling.
 

Classes in com.flat502.rox.marshal used by com.flat502.rox.marshal
ClassDescriptor
          Defines an interface for accessing members of a Java Class consistently.
FieldNameCodec
           
FieldNameDecoder
           
FieldNameEncoder
           
MarshallingException
          An exception raised when an XML-RPC method call or response could not be marshalled to, or from, a stream or string.
MethodCallUnmarshaller
          Encapsulates the methods required to unmarshal an RpcCall from various sources.
MethodCallUnmarshallerAid
          An assistive interface intended to support unmarshalling.
MethodResponseUnmarshaller
          Encapsulates the methods required to unmarshal an RpcResponse from various sources.
MethodResponseUnmarshallerAid
          An assistive interface intended to support unmarshalling.
MethodUnmarshaller
          Encapsulates methods common to all unmarshallers and provides type-safety.
RpcCall
          An interface representing a generalized RPC method call.
RpcMethod
          An interface representing an RPC method that can be marshalled to an OutputStream.
RpcResponse
          An interface representing a generalized RPC method call response.
UnmarshallerAid
          An assistive interface intended to support unmarshalling.
 

Classes in com.flat502.rox.marshal used by com.flat502.rox.marshal.cgi
MarshallingException
          An exception raised when an XML-RPC method call or response could not be marshalled to, or from, a stream or string.
MethodCallUnmarshallerAid
          An assistive interface intended to support unmarshalling.
RpcCall
          An interface representing a generalized RPC method call.
RpcMethod
          An interface representing an RPC method that can be marshalled to an OutputStream.
 

Classes in com.flat502.rox.marshal used by com.flat502.rox.marshal.xmlrpc
ExtendedMethodCallUnmarshaller
          Extends the MethodCallUnmarshaller interface with overloaded methods that default some parameters.
ExtendedMethodResponseUnmarshaller
          Extends the MethodResponseUnmarshaller interface with overloaded methods that default some parameters.
Fault
          A convenience class representing an XML-RPC fault.
FieldNameCodec
           
FieldNameEncoder
           
MarshallingException
          An exception raised when an XML-RPC method call or response could not be marshalled to, or from, a stream or string.
MethodCallUnmarshaller
          Encapsulates the methods required to unmarshal an RpcCall from various sources.
MethodCallUnmarshallerAid
          An assistive interface intended to support unmarshalling.
MethodResponseUnmarshaller
          Encapsulates the methods required to unmarshal an RpcResponse from various sources.
MethodResponseUnmarshallerAid
          An assistive interface intended to support unmarshalling.
MethodUnmarshaller
          Encapsulates methods common to all unmarshallers and provides type-safety.
RpcCall
          An interface representing a generalized RPC method call.
RpcFault
          An interface representing a generalized RPC method call fault.
RpcMethod
          An interface representing an RPC method that can be marshalled to an OutputStream.
RpcResponse
          An interface representing a generalized RPC method call response.
UnmarshallerAid
          An assistive interface intended to support unmarshalling.
 

Classes in com.flat502.rox.marshal used by com.flat502.rox.processing
RpcFault
          An interface representing a generalized RPC method call fault.
 

Classes in com.flat502.rox.marshal used by com.flat502.rox.server
FieldNameCodec
           
FieldNameEncoder
           
MarshallingException
          An exception raised when an XML-RPC method call or response could not be marshalled to, or from, a stream or string.
MethodCallUnmarshaller
          Encapsulates the methods required to unmarshal an RpcCall from various sources.
MethodCallUnmarshallerAid
          An assistive interface intended to support unmarshalling.
RpcCall
          An interface representing a generalized RPC method call.
RpcFault
          An interface representing a generalized RPC method call fault.
RpcResponse
          An interface representing a generalized RPC method call response.
UnmarshallerAid
          An assistive interface intended to support unmarshalling.