|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |