R
- The return type of the method invocationpublic static interface GatewayProxyFactory.InvocationHandler<R>
R invoke(Object proxy, Method invokedMethod, Object[] args) throws Throwable
invokedMethod
, invoked on given proxy
with
given
args
.proxy
- The proxy on which the method was invokedinvokedMethod
- The method being invokedargs
- The arguments of the invocationThrowable
- any exceptions that occurred while processing the invocationCopyright © 2010-2014. All Rights Reserved.