cisco.uc.cuae.legacy
Interface MediaControlHelper.MediaControlServerFactory
- Enclosing class:
- MediaControlHelper
public static interface MediaControlHelper.MediaControlServerFactory
Factory used by
MediaControlHelper.newListener(String, Resources, MediaControlServerFactory)
to construct a new instance implementing MediaControlServer. The new
instance will receive and process messages from the client session.
newMediaControlServer
MediaControlServer newMediaControlServer(RemoteMediaControlClient client)
throws java.lang.Exception
- Constructs a new instance implementing MediaControlServer. The new
instance will receive and process messages from the client session.
- Parameters:
client - an instance of RemoteMediaControlClient which may be used to
send messages to the client session.
- Returns:
- a new instance implementing MediaControlServer (typically
ImplMediaControlServer).
- Throws:
java.lang.Exception
Copyright © 2008. All Rights Reserved.