cisco.uc.cuae.legacy
Interface CuaeCommonHelper.CuaeCommonServerFactory

Enclosing class:
CuaeCommonHelper

public static interface CuaeCommonHelper.CuaeCommonServerFactory

Factory used by CuaeCommonHelper.newListener(String, Resources, CuaeCommonServerFactory) to construct a new instance implementing CuaeCommonServer. The new instance will receive and process messages from the client session.


Method Summary
 CuaeCommonServer newCuaeCommonServer(RemoteCuaeCommonClient client)
          Constructs a new instance implementing CuaeCommonServer.
 

Method Detail

newCuaeCommonServer

CuaeCommonServer newCuaeCommonServer(RemoteCuaeCommonClient client)
                                     throws java.lang.Exception
Constructs a new instance implementing CuaeCommonServer. The new instance will receive and process messages from the client session.

Parameters:
client - an instance of RemoteCuaeCommonClient which may be used to send messages to the client session.
Returns:
a new instance implementing CuaeCommonServer (typically ImplCuaeCommonServer).
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.