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 $
Method Summary |
Object | execute(String methodName, Vector arguments)
Calls the XML-RPC server with the specified methodname and argument list. |
void | initClient()
Initialize the XML-RPC client, trying to get the port number from the
applet parameter tags. |
void | initClient(int port)
Initialize the XML-RPC client with the specified port and the server this
applet came from. |
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. |
public Object execute(String methodName, Vector arguments)
Calls the XML-RPC server with the specified methodname and argument list.
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.
public void initClient(int port)
Initialize the XML-RPC client with the specified port and the server this
applet came from.
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.