org.apache.xmlrpc.secure
public class SecureXmlRpcClient extends XmlRpcClient
XmlRpcClientLite
may work better for you.
| Constructor Summary | |
|---|---|
| SecureXmlRpcClient(URL url)
Construct a XML-RPC client with this URL. | |
| SecureXmlRpcClient(String url)
Construct a XML-RPC client for the URL represented by this String. | |
| SecureXmlRpcClient(String hostname, int port)
Construct a XML-RPC client for the specified hostname and port. | |
| Method Summary | |
|---|---|
| static void | main(String[] args)
Just for testing. |
| void | setup()
This allows us to setup |