R - The return type of the method invocationpublic static interface CommandGatewayFactory.InvocationHandler<R>
| Modifier and Type | Method and Description | 
|---|---|
R | 
invoke(Object proxy,
      Method invokedMethod,
      Object[] args)
Handle the invocation of the given  
invokedMethod, invoked on given proxy with
 given
 args. | 
R invoke(Object proxy, Method invokedMethod, Object[] args) throws Exception
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 invocationException - any exceptions that occurred while processing the invocationCopyright © 2010–2018. All rights reserved.