|
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.JSONHttpChannelResponse
public class JSONHttpChannelResponse
The channel response used to wrap the HttpServletResponse. This response used by JSONRequestServlet
Field Summary |
---|
Fields inherited from class com.ibm.btt.http.HttpChannelResponse |
---|
response |
Constructor Summary | |
---|---|
JSONHttpChannelResponse(javax.servlet.http.HttpServletResponse response)
construct the JSONHttpChannelResponse object |
Method Summary | |
---|---|
void |
sendResult(ChannelContext channelContext,
java.lang.String result)
Send the result back to the client |
Methods inherited from class com.ibm.btt.http.HttpChannelResponse |
---|
addCookie, getCharacterEncoding, getOutputStream, getResponse, handleServerException, setCharacterEncoding, setContentLength, setContentType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSONHttpChannelResponse(javax.servlet.http.HttpServletResponse response)
response
- Method Detail |
---|
public void sendResult(ChannelContext channelContext, java.lang.String result) throws java.lang.Exception
sendResult
in interface ChannelResponse
sendResult
in class HttpChannelResponse
channelContext
- the channel context objectresult
- the result send back to the client
java.lang.Exception
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |