marquee.xmlrpc.testing
Class SessionExampleServer

java.lang.Object
  extended bymarquee.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)

Nested Class Summary
static class SessionExampleServer.SessionExampleHandler
          A sample handler.
 
Constructor Summary
SessionExampleServer()
           
 
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
 

Constructor Detail

SessionExampleServer

public SessionExampleServer()
Method Detail

main

public static void main(java.lang.String[] args)
Starts a simple server with the handler above, and the SessionInvocationProcessor.