|
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.http.JavaHttpChannelRequest
com.ibm.btt.http.JavaEstablishSessionRequest
com.ibm.btt.http.JavaAssignChannelRequest
public class JavaAssignChannelRequest
The channel request used to wrap the HttpServletRequest. This request used by CSAssignServiceIdAndServerTIDProtocolServlet
Field Summary |
---|
Fields inherited from class com.ibm.btt.http.JavaHttpChannelRequest |
---|
javaClientException, javaClientTrace |
Fields inherited from class com.ibm.btt.http.HttpChannelRequest |
---|
request |
Constructor Summary | |
---|---|
JavaAssignChannelRequest(javax.servlet.http.HttpServletRequest request)
Construct the JavaAssignChannelRequest object |
Method Summary | |
---|---|
void |
parseRequestData(ChannelContext channelContext)
Parse the input stream from the the HttpServletRequest Parse to the request data into the KeyedCollection. |
void |
preProcessRequest(ChannelContext channelContext)
Perform 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 JavaAssignChannelRequest(javax.servlet.http.HttpServletRequest request)
request
- the HttpServletRequest objectMethod Detail |
---|
public void parseRequestData(ChannelContext channelContext) throws java.lang.Exception
Parse to the request data into the KeyedCollection. Add the kColl to the ChannelContext request data
If the channel is using cookies to support session id, initially the session id and server id are passed in the request
parseRequestData
in interface ChannelRequest
parseRequestData
in class HttpChannelRequest
channelContext
- com.ibm.btt.clientserver.ChannelContext
java.lang.Exception
- if error occur during parsingpublic void preProcessRequest(ChannelContext channelContext) throws DSECSSessionNotEstablishedException
Insert the channel session into the ChannelContext. Additional requirements for the java client
Create an new instance of the session if:
preProcessRequest
in interface ChannelRequest
preProcessRequest
in class JavaEstablishSessionRequest
channelContext
- com.ibm.btt.clientserver.ChannelContext
DSECSSessionNotEstablishedException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |