org.eclipse.higgins.rp.servlet.server
Class Invoker

java.lang.Object
  extended by org.eclipse.higgins.rp.servlet.server.Invoker

public class Invoker
extends Object


Constructor Summary
Invoker()
           
 
Method Summary
static Map extractRequestHeaders(javax.servlet.http.HttpServletRequest request)
          Utility function to extract request headers into a map which maps hdrName to a comma separated list of values for this header
static void invoke(String authSession, javax.servlet.http.HttpSession httpsession)
           
static void resetRPState(String authSession, javax.servlet.http.HttpSession httpsession)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Invoker

public Invoker()
Method Detail

extractRequestHeaders

public static final Map extractRequestHeaders(javax.servlet.http.HttpServletRequest request)
Utility function to extract request headers into a map which maps hdrName to a comma separated list of values for this header

Parameters:
request -
Returns:

invoke

public static final void invoke(String authSession,
                                javax.servlet.http.HttpSession httpsession)

resetRPState

public static void resetRPState(String authSession,
                                javax.servlet.http.HttpSession httpsession)