|
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.http.HttpChannelResponse
com.ibm.btt.mobile.MobileResponse
public class MobileResponse
This class is used to wrap the HttpServletResponse to MobileResponse, so the channel driver can use this to handle the mobile response.
Field Summary |
---|
Fields inherited from class com.ibm.btt.http.HttpChannelResponse |
---|
response |
Constructor Summary | |
---|---|
MobileResponse(javax.servlet.http.HttpServletResponse response)
Construct the mobile response object |
Method Summary | |
---|---|
void |
handleServerException(ChannelContext channelContext,
java.lang.Exception exception)
Process the exception of the mobile server side. |
Methods inherited from class com.ibm.btt.http.HttpChannelResponse |
---|
addCookie, getCharacterEncoding, getOutputStream, getResponse, sendResult, setCharacterEncoding, setContentLength, setContentType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MobileResponse(javax.servlet.http.HttpServletResponse response)
response
- the HttpServletResponse objectMethod Detail |
---|
public void handleServerException(ChannelContext channelContext, java.lang.Exception exception) throws java.lang.Exception
handleServerException
in interface ChannelResponse
handleServerException
in class HttpChannelResponse
channelContext
- the channelContext objectexception
- the exception throws by the server side
java.lang.Exception
- The exception description.
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |