IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.channel
Class Web2RequestHandler

java.lang.Object
  extended by com.ibm.btt.clientserver.DSERequestHandler
      extended by com.ibm.btt.channel.Web2RequestHandler
All Implemented Interfaces:
RequestHandler

public class Web2RequestHandler
extends DSERequestHandler

This class implements RequestHandler interface.

This is the implementation used in XML Channel and JSON channel.


Field Summary
 
Fields inherited from class com.ibm.btt.clientserver.DSERequestHandler
errorCode, javaClientException, javaClientTrace
 
Constructor Summary
Web2RequestHandler()
           
 
Method Summary
protected  java.lang.Object executeRequest(ChannelContext channelContext)
          Override the execute request method to execute the business logic.
 
Methods inherited from class com.ibm.btt.clientserver.DSERequestHandler
checkExecutionPermission, executeSession, formatOpContext, getPresentationHandler, getRequestValue, getSessionContext, getSessionId, handleException, handleException, isNotNull, preProcessRequest, process, processRequest, processSessionRequest, runInSession, setReplyFmt, tryToFormat, tryToUnformat, unFormatRequest, usingCookies
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Web2RequestHandler

public Web2RequestHandler()
Method Detail

executeRequest

protected java.lang.Object executeRequest(ChannelContext channelContext)
                                   throws java.lang.Exception
Override the execute request method to execute the business logic. It just calls BTT operation to call the backend service.

Overrides:
executeRequest in class DSERequestHandler
Parameters:
channelContext - com.ibm.btt.clientserver.ChannelContext
Returns:
com.ibm.btt.base.ServerOperation
Throws:
java.lang.Exception

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011