public class XmlRpcClientLite extends XmlRpcClient
XmlRpcClient.CallData, XmlRpcClient.XmlRpcClientAsyncThread
asyncWorkers, pool, transportFactory, tz, url, workers
Constructor and Description |
---|
XmlRpcClientLite(java.lang.String url)
Construct a XML-RPC client for the URL represented by this String.
|
XmlRpcClientLite(java.lang.String hostname,
int port)
Construct a XML-RPC client for the specified hostname and port.
|
XmlRpcClientLite(java.net.URL url)
Construct a XML-RPC client with this URL.
|
Modifier and Type | Method and Description |
---|---|
protected XmlRpcTransport |
createTransport() |
static void |
main(java.lang.String[] args)
Just for testing.
|
dequeue, enqueue, execute, execute, execute, executeAsync, executeAsync, executeAsync, getMaxThreads, getTimeZone, getURL, getWorker, releaseWorker, setBasicAuthentication, setMaxThreads, setTimeZone
public XmlRpcClientLite(java.net.URL url)
public XmlRpcClientLite(java.lang.String url) throws java.net.MalformedURLException
java.net.MalformedURLException
public XmlRpcClientLite(java.lang.String hostname, int port) throws java.net.MalformedURLException
java.net.MalformedURLException
protected XmlRpcTransport createTransport()
createTransport
in class XmlRpcClient
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.