org.activemath.events.impl
Class XmlrpcEventTesterSimple

java.lang.Object
  extended by org.activemath.events.impl.XmlrpcEventTesterSimple

public class XmlrpcEventTesterSimple
extends Object

XML-RPC client to test remote events.


Constructor Summary
XmlrpcEventTesterSimple(String serverUrl)
           
 
Method Summary
static void main(String[] args)
          main method
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlrpcEventTesterSimple

public XmlrpcEventTesterSimple(String serverUrl)
                        throws IOException
Throws:
IOException
Method Detail

run

public void run()
         throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
main method

Throws:
Exception