cisco.uc.cuae.legacy
Interface VoiceRecResultsHelper.VoiceRecResultsClientFactory

Enclosing class:
VoiceRecResultsHelper

public static interface VoiceRecResultsHelper.VoiceRecResultsClientFactory

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


Method Summary
 VoiceRecResultsClient newVoiceRecResultsClient(RemoteVoiceRecResultsServer server)
          Constructs a new instance implementing VoiceRecResultsClient.
 

Method Detail

newVoiceRecResultsClient

VoiceRecResultsClient newVoiceRecResultsClient(RemoteVoiceRecResultsServer server)
                                               throws java.lang.Exception
Constructs a new instance implementing VoiceRecResultsClient. The new instance will receive and process messages from the server session.

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


Copyright © 2008. All Rights Reserved.