|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmarquee.xmlrpc.handlers.ReflectiveInvocationHandler
marquee.xmlrpc.testing.SessionExampleServer.SessionExampleHandler
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 |
public SessionExampleServer.SessionExampleHandler()
Method Detail |
public void doCall(java.lang.String someText)
public java.util.List getHistory()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |