public class MethodLoggingInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
Integrated with Spring for creating a tracing proxy for Spring Services. Makes use of the ProxyFactoryBean
in order to proxy services.
Some code copied from org.kuali.core.util.spring.MethodLoggingInterceptor
| Constructor and Description |
|---|
MethodLoggingInterceptor() |
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
Exception and Error instances that might be thrown.invoke in interface org.aopalliance.intercept.MethodInterceptorThrowableMethodInterceptor.invoke(org.aopalliance.intercept.MethodInvocation)Copyright © 2013 The Kuali Foundation. All Rights Reserved.