org.apache.xmlrpc.secure

Class SecureXmlRpcClient

public class SecureXmlRpcClient extends XmlRpcClient

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.
Constructor Summary
SecureXmlRpcClient(URL url)
Construct a XML-RPC client with this URL.
SecureXmlRpcClient(String url)
Construct a XML-RPC client for the URL represented by this String.
SecureXmlRpcClient(String hostname, int port)
Construct a XML-RPC client for the specified hostname and port.
Method Summary
static voidmain(String[] args)
Just for testing.
voidsetup()
This allows us to setup

Constructor Detail

SecureXmlRpcClient

public SecureXmlRpcClient(URL url)
Construct a XML-RPC client with this URL.

SecureXmlRpcClient

public SecureXmlRpcClient(String url)
Construct a XML-RPC client for the URL represented by this String.

SecureXmlRpcClient

public SecureXmlRpcClient(String hostname, int port)
Construct a XML-RPC client for the specified hostname and port.

Method Detail

main

public static void main(String[] args)
Just for testing.

setup

public void setup()
This allows us to setup
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.