cisco.uc.cuae.legacy
Class MediaControlHelper
java.lang.Object
etch.bindings.java.transport.TransportHelper
cisco.uc.cuae.legacy.MediaControlHelper
public abstract class MediaControlHelper
- extends etch.bindings.java.transport.TransportHelper
Transport helper for MediaControl. All methods are static.
| Fields inherited from class etch.bindings.java.transport.TransportHelper |
BINARY, FREE_POOL, QUEUED_POOL, XML |
| Methods inherited from class etch.bindings.java.transport.TransportHelper |
initResources |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MediaControlHelper
public MediaControlHelper()
newListener
public static etch.util.core.io.Transport<?> newListener(java.lang.String uri,
etch.util.Resources resources,
MediaControlHelper.MediaControlServerFactory implFactory)
throws java.lang.Exception
- Constructs a new server session listener per specifications in uri and
resources. This listener will accept requests from clients for new server
sessions.
- Parameters:
uri - contains specifications for the server session listener and
for the server session transport stack.resources - additional resources to aid in constructing new server
sessions.implFactory - factory used to construct a new instance implementing
MediaControlServer. The new instance will receive and process messages from
the client session.
- Returns:
- a server session listener.
- Throws:
java.lang.Exception
newServer
public static RemoteMediaControlServer newServer(java.lang.String uri,
etch.util.Resources resources,
MediaControlHelper.MediaControlClientFactory implFactory)
throws java.lang.Exception
- Constructs a new client session per specifications in uri and resources.
- Parameters:
uri - contains specifications for the client session transport
stack.resources - additional resources to aid in constructing new client
sessions.implFactory - factory used to construct a new instance implementing
MediaControlClient. The new instance will receive and process messages from
the server session.
- Returns:
- an instance of RemoteMediaControlServer initialized by uri and
resources which may be used to send messages to the server session.
- Throws:
java.lang.Exception
Copyright © 2008. All Rights Reserved.