|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fhkl.zw.mkup.rattrap.XMLClient
public class XMLClient
This class provides a connection to the xmlrpc server. It uses a singleton pattern.
Method Summary | |
---|---|
void |
connect(java.lang.String host,
java.lang.String path,
java.lang.String port)
This method establishes a connection to the server. |
java.util.Vector |
getAll()
Uses the XML-RPC connection to get the stored data from the server. |
static XMLClient |
getRPCInstance()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void connect(java.lang.String host, java.lang.String path, java.lang.String port)
host:
- Connection host;path:
- Connection path;port:
- Connection port;public java.util.Vector getAll()
public static XMLClient getRPCInstance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |