org.red5.server.service
public class ScopeServiceResolver extends Object implements IServiceResolver
IServiceHandlerProvider.registerServiceHandler(String, Object)
Constructor and Description |
---|
ScopeServiceResolver() |
Modifier and Type | Method and Description |
---|---|
Object |
resolveService(IScope scope,
String serviceName)
Search for a service with the given name in the scope.
|
public Object resolveService(IScope scope, String serviceName)
resolveService
in interface IServiceResolver
scope
- the scope to search inserviceName
- the name of the servicenull
if
service doesn't existCopyright © 2006-2012 The Red5 Project