de.intarsys.tools.reflect
public interface IMethodHandler
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.MethodException
MethodInvocationException