Uses of Interface
org.apache.xmlrpc.XmlRpcRequest

Packages that use XmlRpcRequest
org.apache.xmlrpc   
org.apache.xmlrpc.common   
org.apache.xmlrpc.serializer   
 

Uses of XmlRpcRequest in org.apache.xmlrpc
 

Methods in org.apache.xmlrpc with parameters of type XmlRpcRequest
 java.lang.Object XmlRpcHandler.execute(XmlRpcRequest pRequest)
          Performs the request and returns the result object.
 

Uses of XmlRpcRequest in org.apache.xmlrpc.common
 

Methods in org.apache.xmlrpc.common with parameters of type XmlRpcRequest
 java.lang.Object XmlRpcWorker.execute(XmlRpcRequest pRequest)
          Performs a synchronous request.
 java.lang.Object XmlRpcRequestProcessor.execute(XmlRpcRequest pRequest)
          Processes the given request and returns a result object.
 

Uses of XmlRpcRequest in org.apache.xmlrpc.serializer
 

Methods in org.apache.xmlrpc.serializer with parameters of type XmlRpcRequest
 void XmlRpcWriter.write(XmlRpcRequest pRequest)
          Writes a clients request to the output stream.
 



Copyright © 2001-2007 The Apache Software Foundation. All Rights Reserved.