|
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.cs.html.remote.RemoteChannelRequest
public class RemoteChannelRequest
The channel request used to wrap the HttpServletRequest. This request used by CSRemoteServlet to create session and save remote parent flow system data into session
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 | |
---|---|
RemoteChannelRequest(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 the session managment required to support HTTP and custom session management. |
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 RemoteChannelRequest(javax.servlet.http.HttpServletRequest request)
Method Detail |
---|
public void preProcessRequest(ChannelContext channelContext) throws DSECSSessionNotEstablishedException
JavaEstablishSessionRequest
preProcessRequest
in interface ChannelRequest
preProcessRequest
in class JavaEstablishSessionRequest
channelContext
- com.ibm.btt.clientserver.ChannelContext
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 |