Package org.red5.server.service
Class ScopeServiceResolver
java.lang.Object
org.red5.server.service.ScopeServiceResolver
- All Implemented Interfaces:
IServiceResolver
Resolves service names in custom configured services of a scope.
- Author:
- The Red5 Project, Joachim Bauch (jojo@struktur.de)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionresolveService
(IScope scope, String serviceName) Search for a service with the given name in the scope.
-
Constructor Details
-
ScopeServiceResolver
public ScopeServiceResolver()
-
-
Method Details
-
resolveService
Search for a service with the given name in the scope.- Specified by:
resolveService
in interfaceIServiceResolver
- Parameters:
scope
- the scope to search inserviceName
- the name of the service- Returns:
- the object implementing the service or
null
if service doesn't exist
-