|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The PresentationHandler interface
The presentation handler will be responsible to process the reply from the operation or process and render the output for the specific channel. This interface should also detail the extension points for all channel drivers.
Any object implementing this interface will have to provide the ability to:
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
void |
processException(ChannelContext channelContext,
java.lang.Exception exception)
Process the exception for the client device The public API that will be invoked by the request handler should an exception occur within the operation or process. |
void |
processReply(ChannelContext channelContext,
java.lang.String responseData)
If using Bean-Invoker, the presentation will pass the responseData (formatted by invoker) to client directly |
void |
processSessionReply(ChannelContext channelContext)
Process the session reply for the client device The main API that will be invoked by the request handler that will define the process flow of the presentation handler and process and render the ouput to the device when the session is established. |
Field Detail |
public static final java.lang.String COPYRIGHT
Method Detail |
public void processException(ChannelContext channelContext, java.lang.Exception exception)
The public API that will be invoked by the request handler should an exception occur within the operation or process. This will determine how to render the exception to the device
channelContext
- com.ibm.btt.clientserver.ChannelContextexception
- java.lang.Exceptionpublic void processReply(ChannelContext channelContext, java.lang.String responseData)
public void processSessionReply(ChannelContext channelContext)
The main API that will be invoked by the request handler that will define the process flow of the presentation handler and process and render the ouput to the device when the session is established.
channelContext
- com.ibm.btt.clientserver.ChannelContext
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |