org.apache.xmlrpc.applet

Class XmlRpcApplet

public class XmlRpcApplet extends Applet

An applet that provides basic XML-RPC client functionality.

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

Field Summary
SimpleXmlRpcClientclient
Method Summary
Objectexecute(String methodName, Vector arguments)
Calls the XML-RPC server with the specified methodname and argument list.
voidinitClient()
Initialize the XML-RPC client, trying to get the port number from the applet parameter tags.
voidinitClient(int port)
Initialize the XML-RPC client with the specified port and the server this applet came from.
voidinitClient(int port, String uri)
Initialize the XML-RPC client with the specified port and request path and the server this applet came from.

Field Detail

client

SimpleXmlRpcClient client

Method Detail

execute

public Object execute(String methodName, Vector arguments)
Calls the XML-RPC server with the specified methodname and argument list.

initClient

public void initClient()
Initialize the XML-RPC client, trying to get the port number from the applet parameter tags. The default for port is 80. The client connects to the server this applet came from.

initClient

public void initClient(int port)
Initialize the XML-RPC client with the specified port and the server this applet came from.

initClient

public void initClient(int port, String uri)
Initialize the XML-RPC client with the specified port and request path and the server this applet came from.
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.