org.apache.xmlrpc.applet

Class SimpleXmlRpcClient

public class SimpleXmlRpcClient extends Object

A simple XML-RPC client. FIXME: This code is VERY out of date with the rest of the package.

Version: $Id: SimpleXmlRpcClient.java 233919 2005-04-22 10:26:17Z hgomez $

Field Summary
URLurl
Constructor Summary
SimpleXmlRpcClient(URL url)
Construct a XML-RPC client with this URL.
SimpleXmlRpcClient(String url)
Construct a XML-RPC client for the URL represented by this String.
SimpleXmlRpcClient(String hostname, int port)
Construct a XML-RPC client for the specified hostname and port.
Method Summary
Objectexecute(String method, Vector params)

Field Detail

url

URL url

Constructor Detail

SimpleXmlRpcClient

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

SimpleXmlRpcClient

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

SimpleXmlRpcClient

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

Method Detail

execute

public Object execute(String method, Vector params)

Parameters: method params

Returns:

Throws: XmlRpcException IOException

Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.