org.apache.xmlrpc
public class XmlRpcClientLite extends XmlRpcClient
Version: $Id: XmlRpcClientLite.java 233919 2005-04-22 10:26:17Z hgomez $
| Constructor Summary | |
|---|---|
| XmlRpcClientLite(URL url)
Construct a XML-RPC client with this URL. | |
| XmlRpcClientLite(String url)
Construct a XML-RPC client for the URL represented by this String. | |
| XmlRpcClientLite(String hostname, int port)
Construct a XML-RPC client for the specified hostname and port. | |
| Method Summary | |
|---|---|
| protected XmlRpcTransport | createTransport() |
| static void | main(String[] args)
Just for testing. |