public class SecureXmlRpcClient extends XmlRpcClient
XmlRpcClientLite
may work better for you.asyncWorkers, pool, transportFactory, url, workers
Constructor and Description |
---|
SecureXmlRpcClient(java.lang.String url)
Construct a XML-RPC client for the URL represented by this String.
|
SecureXmlRpcClient(java.lang.String hostname,
int port)
Construct a XML-RPC client for the specified hostname and port.
|
SecureXmlRpcClient(java.net.URL url)
Construct a XML-RPC client with this URL.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Just for testing.
|
void |
setup()
This allows us to setup
|
createTransport, execute, execute, execute, executeAsync, executeAsync, executeAsync, getMaxThreads, getTimeZone, getURL, setBasicAuthentication, setMaxThreads, setTimeZone
public SecureXmlRpcClient(java.net.URL url)
public SecureXmlRpcClient(java.lang.String url) throws java.net.MalformedURLException
java.net.MalformedURLException
public SecureXmlRpcClient(java.lang.String hostname, int port) throws java.net.MalformedURLException
java.net.MalformedURLException
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.