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

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

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

Subclasses of XmlRpcMethodResponse in com.flat502.rox.marshal.xmlrpc
 class XmlRpcMethodFault
          An instance of this class represents an XML-RPC method call fault.
 

Methods in com.flat502.rox.marshal.xmlrpc that return XmlRpcMethodResponse
protected  XmlRpcMethodResponse DomUnmarshaller.parseMethodResponse(XmlNode node, MethodResponseUnmarshallerAid aid)