Generated by
JDiff

Class org.springframework.remoting.rmi.RmiClientInterceptor

Added interface org.aopalliance.intercept.MethodInterceptor.

Removed Methods
Object doInvoke(MethodInvocation, Remote) Perform the given invocation on the given RMI stub.
Object doInvoke(MethodInvocation, RmiInvocationHandler) Apply the given AOP method invocation to the given RmiInvocationHandler.
 

Added Methods
Object doInvoke(MethodInvocation, Remote) Perform the given invocation on the given RMI stub.
Object doInvoke(MethodInvocation, RmiInvocationHandler) Apply the given AOP method invocation to the given RmiInvocationHandler.
 

Changed Methods
Object invoke(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
Fetches an RMI stub and delegates to {@code doInvoke}.
Object refreshAndRetry(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
Refresh the RMI stub and retry the given invocation.