|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.clientserver.DSERequestHandler
com.ibm.btt.mobile.MobileRequestHandler
public class MobileRequestHandler
Handle requests that are made from mobile clients. The btt.xml file for the server specifies this class name as the handler for mobile requests. One instance of it is created and held by the HandlerRegistry for use by all mobile clients.
Field Summary |
---|
Fields inherited from class com.ibm.btt.clientserver.DSERequestHandler |
---|
errorCode, javaClientException, javaClientTrace |
Constructor Summary | |
---|---|
MobileRequestHandler()
|
Method Summary | |
---|---|
protected java.lang.Object |
executeRequest(ChannelContext channelContext)
Override the execute request method to execute the business logic. |
protected void |
executeSession(ChannelContext channelContext)
Execute the start up operation to create the session context and add the session entry to the session management handler |
Methods inherited from class com.ibm.btt.clientserver.DSERequestHandler |
---|
checkExecutionPermission, 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 |
---|
public MobileRequestHandler()
Method Detail |
---|
protected java.lang.Object executeRequest(ChannelContext channelContext) throws java.lang.Exception
executeRequest
in class DSERequestHandler
channelContext
- com.ibm.btt.clientserver.ChannelContext
java.lang.Exception
protected void executeSession(ChannelContext channelContext) throws java.lang.Exception
executeSession
in class DSERequestHandler
channnelContext
- the channel context object
java.lang.Exception
- if error occur
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |