|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The RequestHandler interface
The registered request handle will be responsible to process a particular request from a specific device channel. This interface should also detail the extension points for all channel drivers.
Any object implementing this interface will have to provide:
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
void |
processRequest(ChannelContext channelContext)
The main API invoked to begin the process flow required to perform requests from the client to the server |
void |
processSessionRequest(ChannelContext channelContext)
The main API invoked to begin the process flow required to establish a session between the client and the server |
Field Detail |
public static final java.lang.String COPYRIGHT
Method Detail |
public void processRequest(ChannelContext channelContext)
channelContext
- com.ibm.btt.clientserver.ChannelContextpublic void processSessionRequest(ChannelContext channelContext)
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 |