Uses of Interface
com.flat502.rox.marshal.xmlrpc.XmlRpcConstants

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

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

Classes in com.flat502.rox.marshal.xmlrpc that implement XmlRpcConstants
 class DomMethodCallUnmarshaller
          A DOM basedMethodCallUnmarshaller implementation.
 class DomUnmarshaller
          Abstract base class containing common unmarshalling logic for the DOM based unmarshaller.
 class SaxUnmarshaller
          Marshal an XML-RPC method call using easy (v1) SAX.
 class XmlRpcMarshaller
          This class supports marshalling of XML-RPC values, not execution.
 class XmlRpcMarshallerJ5
          A sub-class of XmlRpcMarshaller providing support for Java 5.
 class XmlRpcMethod
          This is the base class for XML-RPC method calls and responses.
 class XmlRpcMethodCall
          An instance of this class represents an XML-RPC method call.
 class XmlRpcMethodFault
          An instance of this class represents an XML-RPC method call fault.
 class XmlRpcMethodResponse
          An instance of this class represents an XML-RPC method call response.
 class XmlRpcMethodUnmarshaller