|
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
public abstract class DSEPresentationHandler
This class implements PresentationHandler interface.
This is the abstract implementation that should be extended by all channel specific request handlers
Field Summary | |
---|---|
protected java.util.ResourceBundle |
javaClientException
|
protected java.util.ResourceBundle |
javaClientTrace
|
Constructor Summary | |
---|---|
DSEPresentationHandler()
|
Method Summary | |
---|---|
void |
handleException(java.lang.Throwable ex)
Handle the exceptions raised by the presentation handler Log the exception to the server trace console if enabled |
void |
processException(ChannelContext channelContext,
java.lang.Exception exception)
Process an exception to a client for a particular device Extend to implement the channel specific behaviour |
void |
processReply(ChannelContext channelContext,
java.lang.Object responseData)
If using Invoker-Pattern, the PresentationHandler will pass the responseData(formatted by invoker) to client directly |
void |
processSessionReply(ChannelContext channelContext)
Process a session reply to a client for a particular device Extend to implement the channel specific behaviour |
protected boolean |
usingCookies(ChannelContext channelContext)
Convenience method to determine if cookies are being used to manage the client server session for the specified device type By default using cookies is false |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.ResourceBundle javaClientException
protected java.util.ResourceBundle javaClientTrace
Constructor Detail |
---|
public DSEPresentationHandler()
Method Detail |
---|
public void handleException(java.lang.Throwable ex)
ex
- java.lang.Exceptionpublic void processException(ChannelContext channelContext, java.lang.Exception exception)
processException
in interface PresentationHandler
channelContext
- com.ibm.btt.clientserver.ChannelContextexception
- Exceptionpublic void processSessionReply(ChannelContext channelContext)
processSessionReply
in interface PresentationHandler
channelContext
- com.ibm.btt.clientserver.ChannelContextprotected boolean usingCookies(ChannelContext channelContext)
channelContext
- com.ibm.btt.clientserver.ChannelContext
public void processReply(ChannelContext channelContext, java.lang.Object responseData)
processReply
in interface PresentationHandler
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |