Generated by
JDiff

Class org.springframework.aop.interceptor.AbstractTraceInterceptor

Added interface org.aopalliance.intercept.MethodInterceptor.

Changed Methods
Log getLoggerForInvocation(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
Return the appropriate {@code Log} instance to use for the given {@code MethodInvocation}.
Object invoke(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
Determines whether or not logging is enabled for the particular {@code MethodInvocation}.
Object invokeUnderTrace(MethodInvocation, Log) Change in signature from (MethodInvocation, Log) to (org.aopalliance.intercept.MethodInvocation, Log).
Subclasses must override this method to perform any tracing around the supplied {@code MethodInvocation}.
boolean isInterceptorEnabled(MethodInvocation, Log) Change in signature from (MethodInvocation, Log) to (org.aopalliance.intercept.MethodInvocation, Log).
Determine whether the interceptor should kick in, that is, whether the {@code invokeUnderTrace} method should be called.