cisco.uc.cuae.legacy
Interface JTapiHelper.JTapiClientFactory

Enclosing class:
JTapiHelper

public static interface JTapiHelper.JTapiClientFactory

Factory used by JTapiHelper.newServer(String, Resources, JTapiClientFactory) to construct a new instance implementing JTapiClient. The new instance will receive and process messages from the server session.


Method Summary
 JTapiClient newJTapiClient(RemoteJTapiServer server)
          Constructs a new instance implementing JTapiClient.
 

Method Detail

newJTapiClient

JTapiClient newJTapiClient(RemoteJTapiServer server)
                           throws java.lang.Exception
Constructs a new instance implementing JTapiClient. The new instance will receive and process messages from the server session.

Parameters:
server - an instance of RemoteJTapiServer which may be used to send messages to the server session.
Returns:
a new instance implementing JTapiClient (typically ImplJTapiClient).
Throws:
java.lang.Exception


Copyright © 2010. All Rights Reserved.