org.activemath.events.impl
Class XmlrpcEventTesterAuth

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

public class XmlrpcEventTesterAuth
extends Object

XML-RPC client to test remote events.


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

Constructor Detail

XmlrpcEventTesterAuth

public XmlrpcEventTesterAuth(String tokenId,
                             String serverUrl)
                      throws IOException
Throws:
IOException
Method Detail

execute

public void execute()
             throws Exception
Throws:
Exception

main

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

Throws:
Exception