marquee.xmlrpc.testing
Class SessionExampleServer
java.lang.Object
marquee.xmlrpc.testing.SessionExampleServer
public class SessionExampleServer
- extends java.lang.Object
This example demonstrates the use of the SessionInvocationProcess which, in turn, is
an example of how invocation processors may be used. The SessionInvocationProcessor class
is found in the marquee.xmlrpc.processors package.
- Since:
- JDK 1.1
- Version:
- $Revision: 1.5 $
- Author:
- Greger Ohlson (greger.ohlson@marquee.se)
Method Summary |
static void |
main(java.lang.String[] args)
Starts a simple server with the handler above, and the SessionInvocationProcessor. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionExampleServer
public SessionExampleServer()
main
public static void main(java.lang.String[] args)
- Starts a simple server with the handler above, and the SessionInvocationProcessor.