public interface IMethodHandler
Object invoke(Object receiver, IArgs args) throws MethodInvocationException
receiver and return the result.receiver - The object implementing the method.args - The arguments for the invocation.MethodExceptionMethodInvocationExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.