public interface Invoker extends Serializable
Object invoke(Object proxy, Method method, Object[] arguments) throws Throwable
InvokerException
if problems arise while trying to invoke the method.proxy
- the proxy2 objectmethod
- the method being invokedarguments
- the argumentsThrowable
- thrown by the implementationCopyright © 2005–2014 The Apache Software Foundation. All rights reserved.