|
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.http.JavaAssignChannelResponse
public class JavaAssignChannelResponse
The channel response used to wrap the HttpServletResponse. This response used by CSAssignServiceIdAndServerTIDProtocolServlet
Field Summary |
---|
Fields inherited from class com.ibm.btt.http.HttpChannelResponse |
---|
response |
Constructor Summary | |
---|---|
JavaAssignChannelResponse(javax.servlet.http.HttpServletResponse response)
Construct the JavaAssignChannelResponse object |
Method Summary | |
---|---|
void |
handleServerException(ChannelContext channelContext,
java.lang.Exception e)
Convenience method to ensure that a response is returned to the client for the case where no presentation handler exists or because the server is not initialized. |
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 JavaAssignChannelResponse(javax.servlet.http.HttpServletResponse response)
response
- the HttpServletResponse objectMethod Detail |
---|
public void handleServerException(ChannelContext channelContext, java.lang.Exception e) throws java.lang.Exception
handleServerException
in interface ChannelResponse
handleServerException
in class HttpChannelResponse
e
- exception object
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 |