com.bankframe.ei.channel.client
Interface ChannelClient

All Known Implementing Classes:
CookieClient, CorbaChannelClient, CorbaChannelClient, HttpClient, HttpsClient, RmiIiopClient, StoreAndForwardHttpClient, UrlRewritingClient

public interface ChannelClient

An interface that all channel clients must implement


Method Summary
 Vector send(Vector dataPackets)
          All com.bankframe.ei.channel.client.ChannelClients must support this method.
 

Method Detail

send

Vector send(Vector dataPackets)
All com.bankframe.ei.channel.client.ChannelClients must support this method. It is sending of a Vector of one or more DataPackets to a server.

Parameters:
dataPackets - Vector of request datapacket(s)


Copyright © 2005, 2007, Oracle. All rights reserved.