public class ContextServiceResolver extends Object implements IServiceResolver
| Constructor and Description |
|---|
ContextServiceResolver() |
| 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 IServiceResolverscope - the scope to search inserviceName - the name of the servicenull if
service doesn't existCopyright © 2006-2012 The Red5 Project