Uses of Interface
com.flat502.rox.marshal.MethodUnmarshaller

Packages that use MethodUnmarshaller
com.flat502.rox.marshal Provides generic classes for marshalling and unmarshalling RPC messages. 
com.flat502.rox.marshal.xmlrpc Provides classes for marshalling and unmarshalling XML-RPC messages. 
 

Uses of MethodUnmarshaller in com.flat502.rox.marshal
 

Subinterfaces of MethodUnmarshaller in com.flat502.rox.marshal
 interface ExtendedMethodCallUnmarshaller
          Extends the MethodCallUnmarshaller interface with overloaded methods that default some parameters.
 interface ExtendedMethodResponseUnmarshaller
          Extends the MethodResponseUnmarshaller interface with overloaded methods that default some parameters.
 interface MethodCallUnmarshaller
          Encapsulates the methods required to unmarshal an RpcCall from various sources.
 interface MethodResponseUnmarshaller
          Encapsulates the methods required to unmarshal an RpcResponse from various sources.
 

Uses of MethodUnmarshaller in com.flat502.rox.marshal.xmlrpc
 

Classes in com.flat502.rox.marshal.xmlrpc that implement MethodUnmarshaller
 class DomMethodCallUnmarshaller
          A DOM basedMethodCallUnmarshaller implementation.
 class DomMethodResponseUnmarshaller
          A DOM basedMethodResponseUnmarshaller implementation.
 class DomUnmarshaller
          Abstract base class containing common unmarshalling logic for the DOM based unmarshaller.
 class SaxMethodCallUnmarshaller
          Parse XML RPC method call using SAX
 class SaxMethodResponseUnmarshaller
          Parse XML RPC method response using SAX.
 class SaxUnmarshaller
          Marshal an XML-RPC method call using easy (v1) SAX.
 class XmlRpcMethodUnmarshaller