Uses of Interface
org.apache.xmlrpc.XmlRpcClientRequest

Packages that use XmlRpcClientRequest
org.apache.xmlrpc   
 

Uses of XmlRpcClientRequest in org.apache.xmlrpc
 

Classes in org.apache.xmlrpc that implement XmlRpcClientRequest
 class XmlRpcRequest
          Default implementation of an XML-RPC request for both client and server.
 

Fields in org.apache.xmlrpc declared as XmlRpcClientRequest
(package private)  XmlRpcClientRequest XmlRpcClient.CallData.request
           
 

Methods in org.apache.xmlrpc with parameters of type XmlRpcClientRequest
 void XmlRpcClientRequestProcessor.encodeRequest(XmlRpcClientRequest request, java.lang.String encoding, java.io.OutputStream out)
          Encode a request from the XmlClientRpcRequest implementation to an output stream in the specified character encoding.
 byte[] XmlRpcClientRequestProcessor.encodeRequestBytes(XmlRpcClientRequest request, java.lang.String encoding)
          Encode a request from the XmlRpcClientRequest implementation to a byte array representing the XML-RPC call, in the specified character encoding.
 java.lang.Object XmlRpcClient.execute(XmlRpcClientRequest request)
           
 java.lang.Object XmlRpcClientWorker.execute(XmlRpcClientRequest xmlRpcRequest, XmlRpcTransport transport)
           
 java.lang.Object XmlRpcClient.execute(XmlRpcClientRequest request, XmlRpcTransport transport)
           
 void XmlRpcClient.executeAsync(XmlRpcClientRequest request, AsyncCallback callback)
           
 void XmlRpcClient.executeAsync(XmlRpcClientRequest request, AsyncCallback callback, XmlRpcTransport transport)
           
(package private)  void XmlRpcClient.XmlRpcClientAsyncThread.executeAsync(XmlRpcClientRequest request, AsyncCallback callback, XmlRpcTransport transport)
          Execute an XML-RPC call and handle asyncronous callback.
 

Constructors in org.apache.xmlrpc with parameters of type XmlRpcClientRequest
XmlRpcClient.CallData(XmlRpcClientRequest request, AsyncCallback callback, XmlRpcTransport transport)
          Make a call to be queued and then executed by the next free async thread
 



Copyright 2001-2001-2005 Apache Software Foundation. All Rights Reserved.