org.tigris.scarab.xmlrpc
Class SimpleHandlerClient

java.lang.Object
  extended byorg.tigris.scarab.xmlrpc.SimpleHandlerClient

public class SimpleHandlerClient
extends java.lang.Object

This class is just an example of invoking the SimpleHandler class via the XmlRpc service.

Author:
jorgeuriarte
See Also:
SimpleHandler

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

Constructor Detail

SimpleHandlerClient

public SimpleHandlerClient()
Method Detail

testXmlRpc

public void testXmlRpc()
                throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)


Copyright © 2000-2004 Tigris.org. All Rights Reserved.