|
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.clientserver.DSEPresentationHandler
com.ibm.btt.channel.Web2PresentationHandler
public class Web2PresentationHandler
This class implements PresentationHandler interface.
This is the implementation that used in XML Channel and JSON channel
Field Summary |
---|
Fields inherited from class com.ibm.btt.clientserver.DSEPresentationHandler |
---|
javaClientException, javaClientTrace |
Constructor Summary | |
---|---|
Web2PresentationHandler()
|
Method Summary | |
---|---|
protected void |
addDataToErrorReplyContext(ChannelContext ctx,
Context responseContext)
This method is used for the client to override and add the data to responseContext |
protected void |
addDataToReplyContext(ChannelContext ctx,
Context responseContext)
This method is used for the client to override and add the data to responseContext |
void |
commitSessionCtx(ChannelContext channelContext)
Commit the session context |
void |
processException(ChannelContext channelContext,
java.lang.Exception exception)
Processes a response containing an exception that occurred for an XML client. |
void |
processReply(ChannelContext channelContext,
java.lang.Object result)
Processes a response for a client that supports XML messages. |
Methods inherited from class com.ibm.btt.clientserver.DSEPresentationHandler |
---|
handleException, processSessionReply, usingCookies |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Web2PresentationHandler()
Method Detail |
---|
public void processException(ChannelContext channelContext, java.lang.Exception exception)
processException
in interface PresentationHandler
processException
in class DSEPresentationHandler
channelContext
- com.ibm.dse.clientserver.ChannelContextexception
- Exceptionprotected void addDataToErrorReplyContext(ChannelContext ctx, Context responseContext)
ctx
- the channel contextresponseContext
- the response contextpublic void processReply(ChannelContext channelContext, java.lang.Object result)
processReply
in interface PresentationHandler
processReply
in class DSEPresentationHandler
channelContext
- com.ibm.dse.clientserver.ChannelContextprotected void addDataToReplyContext(ChannelContext ctx, Context responseContext)
ctx
- the channel contextresponseContext
- the response contextpublic void commitSessionCtx(ChannelContext channelContext)
channelContext
- the channel context object
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |