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.


Method Summary
 CuaeCommonClient newCuaeCommonClient(RemoteCuaeCommonServer server)
          Constructs a new instance implementing CuaeCommonClient.
 

Method Detail

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 © 2008. All Rights Reserved.