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