Package | Description |
---|---|
org.apache.xmlrpc.applet |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
XmlRpcSupport.execute(java.lang.String method,
java.util.Vector arguments)
Generate an XML-RPC request and send it to the server.
|
java.lang.Object |
SimpleXmlRpcClient.execute(java.lang.String method,
java.util.Vector params) |
java.lang.Object |
XmlRpcApplet.execute(java.lang.String methodName,
java.util.Vector arguments)
Calls the XML-RPC server with the specified methodname and argument list.
|
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.