|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xmlrpc.applet.SimpleXmlRpcClient
A simple XML-RPC client
Field Summary | |
(package private) java.net.URL |
url
|
Constructor Summary | |
SimpleXmlRpcClient(java.lang.String url)
Construct a XML-RPC client for the URL represented by this String. |
|
SimpleXmlRpcClient(java.lang.String hostname,
int port)
Construct a XML-RPC client for the specified hostname and port. |
|
SimpleXmlRpcClient(java.net.URL url)
Construct a XML-RPC client with this URL. |
Method Summary | |
java.lang.Object |
execute(java.lang.String method,
java.util.Vector params)
|
Methods inherited from class java.lang.Object |
|
Field Detail |
java.net.URL url
Constructor Detail |
public SimpleXmlRpcClient(java.net.URL url)
public SimpleXmlRpcClient(java.lang.String url) throws java.net.MalformedURLException
public SimpleXmlRpcClient(java.lang.String hostname, int port) throws java.net.MalformedURLException
Method Detail |
public java.lang.Object execute(java.lang.String method, java.util.Vector params) throws XmlRpcException, java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |