cisco.uc.cuae.legacy
Interface CallControlHelper.CallControlServerFactory
- Enclosing class:
- CallControlHelper
public static interface CallControlHelper.CallControlServerFactory
Factory used by
CallControlHelper.newListener(String, Resources, CallControlServerFactory)
to construct a new instance implementing CallControlServer. The new
instance will receive and process messages from the client session.
newCallControlServer
CallControlServer newCallControlServer(RemoteCallControlClient client)
throws java.lang.Exception
- Constructs a new instance implementing CallControlServer. The new
instance will receive and process messages from the client session.
- Parameters:
client - an instance of RemoteCallControlClient which may be used to
send messages to the client session.
- Returns:
- a new instance implementing CallControlServer (typically
ImplCallControlServer).
- Throws:
java.lang.Exception
Copyright © 2008. All Rights Reserved.