|
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.channel.sms.SMSRequestHandler
public class SMSRequestHandler
Handle requests that are made from SMS clients. The btt.xml file for the server specifies this class name as the handler for requests. One instance of it is created and held by the HandlerRegistry for use by all SMS clients.
Field Summary |
---|
Fields inherited from class com.ibm.btt.clientserver.DSERequestHandler |
---|
errorCode, javaClientException, javaClientTrace |
Constructor Summary | |
---|---|
SMSRequestHandler()
|
Method Summary | |
---|---|
protected java.lang.Object |
executeRequest(ChannelContext channelContext)
Override the execute request method to execute the business logic. 1.Parse and validate the SMS command according to the SMS Command Meta configuration. 2 Map data into operation context 3.Start the operation execution task by thread pool asynchronously |
protected PresentationHandler |
getPresentationHandler(ChannelContext channelContext)
Get the presentation handler for the inbound reqeust handler. |
Methods inherited from class com.ibm.btt.clientserver.DSERequestHandler |
---|
checkExecutionPermission, executeSession, formatOpContext, 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 SMSRequestHandler()
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 PresentationHandler getPresentationHandler(ChannelContext channelContext) throws DSENoRegisteredPresentationHandlerException
getPresentationHandler
in class DSERequestHandler
channelContext
-
DSENoRegisteredPresentationHandlerException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |