public class XmlRpcClientLite extends XmlRpcClient
XmlRpcClient.CallData, XmlRpcClient.XmlRpcClientAsyncThreadasyncWorkers, 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, setTimeZonepublic XmlRpcClientLite(java.net.URL url)
public XmlRpcClientLite(java.lang.String url)
throws java.net.MalformedURLException
java.net.MalformedURLExceptionpublic XmlRpcClientLite(java.lang.String hostname,
int port)
throws java.net.MalformedURLException
java.net.MalformedURLExceptionprotected XmlRpcTransport createTransport()
createTransport in class XmlRpcClientpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.ExceptionCopyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.