public interface Invoker
Object invoke(Object proxy, Method method, Object[] arguments) throws Throwable
InvokerException
if problems arise while trying to invoke the method.proxy - the proxy objectmethod - the method being invokedarguments - the argumentsThrowable - thrown by the implementationCopyright © 2005-2013 Apache Software Foundation. All Rights Reserved.