| biz.hammurapi.dispatch.InvocationHandler
InvocationHandler | public interface InvocationHandler (Code) | | Handler to invoke methods with one argument.
author: Pavel Vlasov |
getParameterType | Class getParameterType()(Code) | | This method is used to build invocation network.
Invocation parameter type. Null if parameter type is unknown. |
invoke | void invoke(Object arg, ResultConsumer resultConsumer) throws Throwable(Code) | | Invokes target method. Passes returned value(s) to result consumer.
The target "method" might be invoked multiple times, e.g. in composite
invocation handler scenario.
Parameters: parameter - Parameters: resultConsumer - throws: Throwable - |
|
|