Uses of Class
com.flat502.rox.marshal.xmlrpc.XmlRpcMethod

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

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

Subclasses of XmlRpcMethod in com.flat502.rox.marshal.xmlrpc
 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.