|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlrpc.XmlRpcClient
org.apache.xmlrpc.secure.SecureXmlRpcClient
public class SecureXmlRpcClient
A multithreaded, reusable XML-RPC client object. Use this if you need a full-grown
HTTP client (e.g. for Proxy and Cookies support). If you don't need that, XmlRpcClientLite
may work better for you.
| Field Summary |
|---|
| Fields inherited from class org.apache.xmlrpc.XmlRpcClient |
|---|
asyncWorkers, pool, transportFactory, url, workers |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Just for testing. |
void |
setup()
This allows us to setup |
| Methods inherited from class org.apache.xmlrpc.XmlRpcClient |
|---|
createTransport, execute, execute, execute, executeAsync, executeAsync, executeAsync, getMaxThreads, getTimeZone, getURL, setBasicAuthentication, setMaxThreads, setTimeZone |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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| Method Detail |
|---|
public void setup()
throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||