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