Uses of Class
org.apache.xmlrpc.XmlRpcClient

Packages that use XmlRpcClient
org.apache.xmlrpc   
org.apache.xmlrpc.secure   
 

Uses of XmlRpcClient in org.apache.xmlrpc
 

Subclasses of XmlRpcClient in org.apache.xmlrpc
 class XmlRpcClientLite
          A multithreaded, reusable XML-RPC client object.
 

Constructors in org.apache.xmlrpc with parameters of type XmlRpcClient
XmlRpcClient.Worker()
           
XmlRpcClient.CallData(java.lang.String method, java.util.Vector params, AsyncCallback callback)
          Make a call to be queued and then executed by the next free async thread
 

Uses of XmlRpcClient in org.apache.xmlrpc.secure
 

Subclasses of XmlRpcClient in org.apache.xmlrpc.secure
 class SecureXmlRpcClient
          A multithreaded, reusable XML-RPC client object.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.