public interface IMethodHandler
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object receiver,
IArgs args)
Execute the implementation associated with this method in the context of
the
receiver and return the result. |
java.lang.Object invoke(java.lang.Object receiver,
IArgs args)
throws MethodInvocationException
receiver and return the result.receiver - The object implementing the method.args - The arguments for the invocation.MethodExceptionMethodInvocationException