marquee.xmlrpc.testing
Class ServletExample.ExampleInvocationHandler

java.lang.Object
  extended by marquee.xmlrpc.handlers.ReflectiveInvocationHandler
      extended by marquee.xmlrpc.testing.ServletExample.ExampleInvocationHandler
All Implemented Interfaces:
XmlRpcInvocationHandler
Enclosing class:
ServletExample

public static class ServletExample.ExampleInvocationHandler
extends ReflectiveInvocationHandler


Constructor Summary
ServletExample.ExampleInvocationHandler()
           
 
Method Summary
 java.util.Hashtable echoStruct(java.util.Hashtable struct)
          Receives a struct (encoded in a Hashtable), prints it and returns it.
 
Methods inherited from class marquee.xmlrpc.handlers.ReflectiveInvocationHandler
invoke, setEntryPoints
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletExample.ExampleInvocationHandler

public ServletExample.ExampleInvocationHandler()
Method Detail

echoStruct

public java.util.Hashtable echoStruct(java.util.Hashtable struct)
Receives a struct (encoded in a Hashtable), prints it and returns it.