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