cisco.uc.cuae
Interface EtchBridgeHelper.EtchBridgeClientFactory
- Enclosing class:
- EtchBridgeHelper
public static interface EtchBridgeHelper.EtchBridgeClientFactory
Factory used by
EtchBridgeHelper.newServer(String, Resources, EtchBridgeClientFactory)
to construct a new instance implementing EtchBridgeClient. The new
instance will receive and process messages from the server session.
newEtchBridgeClient
EtchBridgeClient newEtchBridgeClient(RemoteEtchBridgeServer server)
throws java.lang.Exception
- Constructs a new instance implementing EtchBridgeClient. The new
instance will receive and process messages from the server session.
- Parameters:
server - an instance of RemoteEtchBridgeServer which may be used to
send messages to the server session.
- Returns:
- a new instance implementing EtchBridgeClient (typically
ImplEtchBridgeClient).
- Throws:
java.lang.Exception
Copyright © 2010. All Rights Reserved.