Generated by
JDiff

Class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor

Added interface org.aopalliance.intercept.MethodInterceptor.

Removed Methods
Object doInvoke(MethodInvocation) Perform a JAX-WS service invocation based on the given method invocation.
Object doInvoke(MethodInvocation, Object) Perform a JAX-WS service invocation on the given port stub.
 

Added Methods
Object doInvoke(MethodInvocation) Perform a JAX-WS service invocation based on the given method invocation.
Object doInvoke(MethodInvocation, Object) Perform a JAX-WS service invocation on the given port stub.
 

Changed Methods
Object invoke(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.