de.intarsys.tools.reflect
public interface IInvocationHandler
java.lang.Object invoke(java.lang.Object receiver, java.lang.String name, IArgs args) throws MethodException
name
within
receiver
receiver
- The object hosting the method.name
- The name of the method to call.args
- The arguments for the invocation.MethodException