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