|
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.channel.BTTChannelRequest
com.ibm.btt.http.HttpChannelRequest
com.ibm.btt.cs.rest.RestChannelRequest
public class RestChannelRequest
Field Summary |
---|
Fields inherited from class com.ibm.btt.http.HttpChannelRequest |
---|
request |
Constructor Summary | |
---|---|
RestChannelRequest(javax.servlet.http.HttpServletRequest request)
|
Method Summary | |
---|---|
void |
parseRequestData(ChannelContext channelContext)
Parses the contents of the parameters contained in the HttpServletRequest, parses the request data into the KeyedCollection, and adds the kColl into the ChannelContext request data. |
void |
preProcessRequest(ChannelContext channelContext)
Performs any session management/control required at the device level. |
Methods inherited from class com.ibm.btt.http.HttpChannelRequest |
---|
checkSession, getAttribute, getCharacterEncoding, getRequest, getSessionId, getUserType, parseRequestHeader, setAttribute, setCharacterEncoding |
Methods inherited from class com.ibm.btt.channel.BTTChannelRequest |
---|
runInSession, usingCookies |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RestChannelRequest(javax.servlet.http.HttpServletRequest request)
Method Detail |
---|
public void preProcessRequest(ChannelContext channelContext) throws DSECSSessionNotEstablishedException
HttpChannelRequest
preProcessRequest
in interface ChannelRequest
preProcessRequest
in class HttpChannelRequest
channelContext
- the channel context object
DSECSSessionNotEstablishedException
- if the session isn't establishedpublic void parseRequestData(ChannelContext channelContext) throws java.lang.Exception
HttpChannelRequest
Override this method to modify the the data parsing behavior.
parseRequestData
in interface ChannelRequest
parseRequestData
in class HttpChannelRequest
channelContext
- the channel context object
java.lang.Exception
- if error occur during parsing
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |