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