public interface IServiceInvoker
| Modifier and Type | Method and Description |
|---|---|
boolean |
invoke(IServiceCall call,
IScope scope)
Execute the passed service call in the given scope.
|
boolean |
invoke(IServiceCall call,
Object service)
Execute the passed service call in the given object.
|
boolean invoke(IServiceCall call, IScope scope)
call - the call to invokescope - the scope to search for a handlertrueif the call was performed, otherwise
false
boolean invoke(IServiceCall call, Object service)
call - the call to invokeservice - the service to usetrueif the call was performed, otherwise
false
Copyright © 2005–2017 Red5. All rights reserved.