testserver
Class XmlRpc_TEST

java.lang.Object
  extended by testserver.XmlRpc_TEST

public class XmlRpc_TEST
extends java.lang.Object

An example how a implementation of a function which is requesting getDSN over the XMLRPC server.

Author:
kaltt

Field Summary
(package private)  org.apache.xmlrpc.XmlRpcClient client
           
 
Constructor Summary
XmlRpc_TEST(java.lang.String url)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

org.apache.xmlrpc.XmlRpcClient client
Constructor Detail

XmlRpc_TEST

public XmlRpc_TEST(java.lang.String url)
            throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

run

public void run()