Uses of Interface
com.bankframe.ei.channel.client.ChannelClient

Packages that use ChannelClient
com.bankframe.ei.channel.client   
com.bankframe.ei.channel.corba.jdk   
com.bankframe.ei.txnhandler.storeandforward   
 

Uses of ChannelClient in com.bankframe.ei.channel.client
 

Classes in com.bankframe.ei.channel.client that implement ChannelClient
 class HttpClient
          This class is used by fat clients (Java apps, applets etc to communicate with BankFrameMCA over HTTP connections.
 class HttpsClient
          This is the HttpsClient which allows clients to make an SSL connection to the server
 class RmiIiopClient
          This class provides access to BankFrame MCA Services over the RMI protocol
 

Methods in com.bankframe.ei.channel.client that return ChannelClient
static ChannelClient ChannelClientFactory.getChannelClient()
          Invokes getChannelClient(String) using CHANNEL_CLIENT_CLASS_NAME as default value
static ChannelClient ChannelClientFactory.getChannelClient(java.lang.String clientName)
          Get an instance of a channel manager described in the properties file with the key specified in clientName.
 

Uses of ChannelClient in com.bankframe.ei.channel.corba.jdk
 

Classes in com.bankframe.ei.channel.corba.jdk that implement ChannelClient
 class CorbaChannelClient
           
 

Uses of ChannelClient in com.bankframe.ei.txnhandler.storeandforward
 

Classes in com.bankframe.ei.txnhandler.storeandforward that implement ChannelClient
 class StoreAndForwardHttpClient
          HttpClient for Store And Forward to uses StoreAndForwardConstants.FORWARD_URL
 



Copyright © 2005 Siebel Systems, Inc. All rights reserved.