|
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.channel.BTTChannelDriver
com.ibm.btt.cs.rest.RestChannelDriver
public class RestChannelDriver
Constructor Summary | |
---|---|
RestChannelDriver()
|
Method Summary | |
---|---|
void |
createChannelHandler(ChannelContext channelContext)
Creates a BTTChannelHandler object with the channelContext attribute and caches the BTTChannelHandler into the HandlerRegistry singleton. |
void |
init(ChannelContext aChannelCtxt)
Initialize the device type and create the channel handler for the channel context |
void |
service(ChannelContext channelContext)
Process the request and generate the reponse |
Methods inherited from class com.ibm.btt.channel.BTTChannelDriver |
---|
createChannelContext, handleException, handleException, initDeviceType, parseRequestData, parseRequestHeader, preProcessRequest, updateChannelHandler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RestChannelDriver()
Method Detail |
---|
public void service(ChannelContext channelContext)
BTTChannelDriver
service
in interface ChannelDriver
service
in class BTTChannelDriver
public void init(ChannelContext aChannelCtxt) throws java.lang.Exception
BTTChannelDriver
init
in class BTTChannelDriver
aChannelCtxt
- the channel context
java.lang.Exception
- if any error occurpublic void createChannelHandler(ChannelContext channelContext) throws java.lang.Exception
BTTChannelDriver
createChannelHandler
in interface ChannelDriver
createChannelHandler
in class BTTChannelDriver
channelContext
- com.ibm.btt.clientserver.ChannelContext
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 |