cisco.uc.cuae.legacy
Interface JTapiHelper.JTapiServerFactory

Enclosing class:
JTapiHelper

public static interface JTapiHelper.JTapiServerFactory

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


Method Summary
 JTapiServer newJTapiServer(RemoteJTapiClient client)
          Constructs a new instance implementing JTapiServer.
 

Method Detail

newJTapiServer

JTapiServer newJTapiServer(RemoteJTapiClient client)
                           throws java.lang.Exception
Constructs a new instance implementing JTapiServer. The new instance will receive and process messages from the client session.

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


Copyright © 2008. All Rights Reserved.