Generated by
JDiff

Class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor

Added interface org.aopalliance.intercept.MethodInterceptor.

Changed Methods
Object invoke(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
 
RemoteInvocationResult executeRequest(RemoteInvocation, MethodInvocation) Change in signature from (org.springframework.remoting.support.RemoteInvocation, MethodInvocation) to (org.springframework.remoting.support.RemoteInvocation, org.aopalliance.intercept.MethodInvocation).
Execute the given remote invocation via the HttpInvokerRequestExecutor.