public class SimpleXmlRpcClient
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.net.URL |
url |
Constructor and Description |
---|
SimpleXmlRpcClient(java.lang.String url)
Construct a XML-RPC client for the URL represented by this String.
|
SimpleXmlRpcClient(java.lang.String hostname,
int port)
Construct a XML-RPC client for the specified hostname and port.
|
SimpleXmlRpcClient(java.net.URL url)
Construct a XML-RPC client with this URL.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(java.lang.String method,
java.util.Vector params) |
public SimpleXmlRpcClient(java.net.URL url)
public SimpleXmlRpcClient(java.lang.String url) throws java.net.MalformedURLException
java.net.MalformedURLException
public SimpleXmlRpcClient(java.lang.String hostname, int port) throws java.net.MalformedURLException
java.net.MalformedURLException
public java.lang.Object execute(java.lang.String method, java.util.Vector params) throws XmlRpcException, java.io.IOException
method
- params
- XmlRpcException
java.io.IOException
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.