|
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.HandlerUtils
public abstract class HandlerUtils
The utility class used to get the value from the channel handler
Constructor Summary | |
---|---|
HandlerUtils()
|
Method Summary | |
---|---|
static java.lang.Object |
findRegistryValue(java.lang.String deviceType,
java.lang.String key)
The utility method used to get the registered value from the channel handler |
static boolean |
getCreateSessionValue(ChannelContext channelContext)
Find the create session value from request data |
static PresentationHandler |
getPresentationHandler(java.lang.String device)
Determines the PresentationHandler to invoke for the specific channel driver and obtains the presenation handler from the HandlerRegistry. |
static java.lang.Object |
getRegistryValue(java.lang.String deviceType,
java.lang.String key)
The utility method used to get the registered value from the channel handler |
static RequestHandler |
getRequestHandler(java.lang.String device)
Determines the RequestHandler to invoke for the specific channel driver and obtains the request handler from the HandlerRegistry. |
static void |
setCreateSessionValue(ChannelContext channelContext)
Find the create session value from request data |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HandlerUtils()
Method Detail |
---|
public static java.lang.Object findRegistryValue(java.lang.String deviceType, java.lang.String key)
deviceType
- the client device typekey
- the registered key
public static java.lang.Object getRegistryValue(java.lang.String deviceType, java.lang.String key) throws DSEObjectNotFoundException
deviceType
- the client device typekey
- the registered key
DSEObjectNotFoundException
- if not foundpublic static RequestHandler getRequestHandler(java.lang.String device) throws DSENoRegisteredRequestHandlerException
channelContext
- com.ibm.btt.clientserver.ChannelContext
DSENoRegisteredRequestHandlerException
- throws when request handler isn't foundpublic static PresentationHandler getPresentationHandler(java.lang.String device) throws DSENoRegisteredPresentationHandlerException
channelContext
- com.ibm.btt.clientserver.ChannelContext
DSENoRegisteredPresentationHandlerException
- throws when presenation handler isn't foundpublic static boolean getCreateSessionValue(ChannelContext channelContext)
channelContext
- the channel context
public static void setCreateSessionValue(ChannelContext channelContext)
channelContext
- the channel context
DSEInvalidArgumentException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |