org.apache.xmlrpc.applet
Class SimpleXmlRpcClient
java.lang.Object
org.apache.xmlrpc.applet.SimpleXmlRpcClient
public class SimpleXmlRpcClient
extends java.lang.Object
A simple XML-RPC client.
FIXME: This code is VERY out of date with the rest of the package.
$Id: SimpleXmlRpcClient.java 233919 2005-04-22 10:26:17Z hgomez $
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.
|
SimpleXmlRpcClient(URL url) - Construct a XML-RPC client with this URL.
|
Object | execute(String method, Vector params)
|
url
(package private) URL url
SimpleXmlRpcClient
public SimpleXmlRpcClient(String url)
throws MalformedURLException
Construct a XML-RPC client for the URL represented by this String.
SimpleXmlRpcClient
public SimpleXmlRpcClient(String hostname,
int port)
throws MalformedURLException
Construct a XML-RPC client for the specified hostname and port.
SimpleXmlRpcClient
public SimpleXmlRpcClient(URL url)
Construct a XML-RPC client with this URL.
execute
public Object execute(String method,
Vector params)
throws XmlRpcException,
IOException
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.