IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.clientserver
Interface RequestHandler

All Known Implementing Classes:
DSERequestHandler, HtmlRequestHandler, JavaRequestHandler, MobileRequestHandler, Web2RequestHandler

public interface RequestHandler

The RequestHandler interface

The registered request handle will be responsible to process a particular request from a specific device channel. This interface should also detail the extension points for all channel drivers.

Any object implementing this interface will have to provide:

  1. - process the request from a device
  2. - process the session request from a device
  3. - pre process the request
  4. - handle any exceptions during execution


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void processRequest(ChannelContext channelContext)
          The main API invoked to begin the process flow required to perform requests from the client to the server
 void processSessionRequest(ChannelContext channelContext)
          The main API invoked to begin the process flow required to establish a session between the client and the server
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

processRequest

void processRequest(ChannelContext channelContext)
The main API invoked to begin the process flow required to perform requests from the client to the server

Parameters:
channelContext - com.ibm.btt.clientserver.ChannelContext

processSessionRequest

void processSessionRequest(ChannelContext channelContext)
The main API invoked to begin the process flow required to establish a session between the client and the server

Parameters:
channelContext - com.ibm.btt.clientserver.ChannelContext

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010