org.red5.server.service
Class HandlerServiceResolver

java.lang.Object
  extended by org.red5.server.service.HandlerServiceResolver
All Implemented Interfaces:
IServiceResolver

public class HandlerServiceResolver
extends Object
implements IServiceResolver

Allow scope handlers to create service handlers dynamically.

Author:
The Red5 Project ([email protected]), Joachim Bauch ([email protected])

Constructor Summary
HandlerServiceResolver()
           
 
Method Summary
 Object resolveService(IScope scope, String serviceName)
          Search for a service with the given name in the scope.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerServiceResolver

public HandlerServiceResolver()
Method Detail

resolveService

public Object resolveService(IScope scope,
                             String serviceName)
Search for a service with the given name in the scope.

Specified by:
resolveService in interface IServiceResolver
Parameters:
scope - the scope to search in
serviceName - the name of the service
Returns:
the object implementing the service or null if service doesn't exist


Copyright © 2006-2012 The Red5 Project