marquee.xmlrpc.testing
Class SessionExampleServer.SessionExampleHandler

java.lang.Object
  extended bymarquee.xmlrpc.handlers.ReflectiveInvocationHandler
      extended bymarquee.xmlrpc.testing.SessionExampleServer.SessionExampleHandler
All Implemented Interfaces:
XmlRpcInvocationHandler
Enclosing class:
SessionExampleServer

public static class SessionExampleServer.SessionExampleHandler
extends ReflectiveInvocationHandler

A sample handler.


Constructor Summary
SessionExampleServer.SessionExampleHandler()
           
 
Method Summary
 void doCall(java.lang.String someText)
          Stores someText within the callers session, under the "history" element which conatins a vector with all previous calls to this method.
 java.util.List getHistory()
          Returns the history stored under "history" in the callers session.
 
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

SessionExampleServer.SessionExampleHandler

public SessionExampleServer.SessionExampleHandler()
Method Detail

doCall

public void doCall(java.lang.String someText)
Stores someText within the callers session, under the "history" element which conatins a vector with all previous calls to this method.


getHistory

public java.util.List getHistory()
Returns the history stored under "history" in the callers session.