|
IBM 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.XmlHttpChannelRequest
public class XmlHttpChannelRequest
Field Summary |
---|
Fields inherited from class com.ibm.btt.http.HttpChannelRequest |
---|
request |
Constructor Summary | |
---|---|
XmlHttpChannelRequest(javax.servlet.http.HttpServletRequest request)
|
Method Summary | |
---|---|
java.lang.String |
getUserType(ChannelContext channelContext)
|
void |
parseRequestData(ChannelContext channelContext)
Read the contents of the HttpServletRequest Use the request reader and create a buffer of the contents and pass the string of to the processor to be processed |
Methods inherited from class com.ibm.btt.http.HttpChannelRequest |
---|
checkSession, getAttribute, getCharacterEncoding, getRequest, getSessionId, parseRequestHeader, preProcessRequest, 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 XmlHttpChannelRequest(javax.servlet.http.HttpServletRequest request)
Method Detail |
---|
public java.lang.String getUserType(ChannelContext channelContext)
getUserType
in interface ChannelRequest
getUserType
in class HttpChannelRequest
public void parseRequestData(ChannelContext channelContext) throws java.lang.Exception
Use the request reader and create a buffer of the contents and pass the string of to the processor to be processed
parseRequestData
in interface ChannelRequest
parseRequestData
in class HttpChannelRequest
java.lang.Exception
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |