public interface IInvocationHandler
Object invoke(Object receiver, String name, IArgs args) throws MethodException
name within
receiverreceiver - The object hosting the method.name - The name of the method to call.args - The arguments for the invocation.MethodExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.