cisco.uc.cuae.legacy
Interface MediaControlHelper.MediaControlClientFactory

Enclosing class:
MediaControlHelper

public static interface MediaControlHelper.MediaControlClientFactory

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


Method Summary
 MediaControlClient newMediaControlClient(RemoteMediaControlServer server)
          Constructs a new instance implementing MediaControlClient.
 

Method Detail

newMediaControlClient

MediaControlClient newMediaControlClient(RemoteMediaControlServer server)
                                         throws java.lang.Exception
Constructs a new instance implementing MediaControlClient. The new instance will receive and process messages from the server session.

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


Copyright © 2008. All Rights Reserved.