org.apache.xmlrpc.applet
public class SimpleXmlRpcClient extends Object
Version: $Id: SimpleXmlRpcClient.java 233919 2005-04-22 10:26:17Z hgomez $
Field Summary | |
---|---|
URL | url |
Constructor Summary | |
---|---|
SimpleXmlRpcClient(URL url)
Construct a XML-RPC client with this URL. | |
SimpleXmlRpcClient(String url)
Construct a XML-RPC client for the URL represented by this String. | |
SimpleXmlRpcClient(String hostname, int port)
Construct a XML-RPC client for the specified hostname and port. |
Method Summary | |
---|---|
Object | execute(String method, Vector params) |
Parameters: method params
Returns:
Throws: XmlRpcException IOException