|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestRouterException | |
com.bankframe.ei.servlet | |
com.bankframe.services.requestrouter | |
com.bankframe.services.requestrouter.webservice | |
com.bankframe.services.route |
Uses of RequestRouterException in com.bankframe.ei.servlet |
Methods in com.bankframe.ei.servlet that throw RequestRouterException | |
static Table |
UserGroupServletUtils.buildPermissionsTable(java.lang.String[] permissions)
This method will build a table showing and describing a list of permissions. |
Uses of RequestRouterException in com.bankframe.services.requestrouter |
Methods in com.bankframe.services.requestrouter that throw RequestRouterException | |
static java.util.Vector |
RequestRouterUtils.processDataPacket(DataPacket dataPacket)
This method routes a request to the destination EJB. |
static java.util.Vector |
RequestRouterUtils.processDataPackets(java.util.Vector dataPackets)
This method routes a request to the destination EJB. |
Constructors in com.bankframe.services.requestrouter that throw RequestRouterException | |
RequestRouterBean()
Default constructor. |
Uses of RequestRouterException in com.bankframe.services.requestrouter.webservice |
Constructors in com.bankframe.services.requestrouter.webservice that throw RequestRouterException | |
WebserviceRequestRouterBean()
Default constructor. |
Uses of RequestRouterException in com.bankframe.services.route |
Methods in com.bankframe.services.route that throw RequestRouterException | |
static ESessionRemote |
RouteLookup.getRemoteInterface(Route route)
This method will get The remote interface to the EJB mapped to the specified Route. |
ESessionRemote |
RouteLookup.getRemoteInterface(java.lang.String requestId)
Get The Remote Interface to the EJB mapped to the specified REQUEST_ID. |
static Route |
RouteLookup.getRoute(java.lang.String requestId)
This method will lookup up a REQUEST_ID, cache and return the corresponding Route. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |