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 handlertrue
if the call was performed, otherwise false
boolean invoke(IServiceCall call, Object service)
call
- the call to invokeservice
- the service to usetrue
if the call was performed, otherwise false
Copyright © 2006-2012 The Red5 Project