at.spardat.xma.baserpc
Class BaseRPCServer

java.lang.Object
  extended byat.spardat.xma.baserpc.BaseRPCServer

public class BaseRPCServer
extends java.lang.Object

The server side implementation of a base RPC.


Constructor Summary
BaseRPCServer()
           
 
Method Summary
 void handlePost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletConfig servletConfig, IRPCExecutorServer executor)
          Must be called from the servlets doPost method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseRPCServer

public BaseRPCServer()
Method Detail

handlePost

public void handlePost(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response,
                       javax.servlet.ServletConfig servletConfig,
                       IRPCExecutorServer executor)
                throws javax.servlet.ServletException,
                       java.io.IOException
Must be called from the servlets doPost method

Parameters:
executor - implementation that actually executes the RPC.
Throws:
javax.servlet.ServletException
java.io.IOException