public class AfterReturningAdviceInterceptor extends java.lang.Object implements MethodInterceptor, AfterAdvice, java.io.Serializable
AfterReturningAdvice.
Used internally by the AOP framework; application developers should not need
to use this class directly.| Constructor and Description |
|---|
AfterReturningAdviceInterceptor(AfterReturningAdvice advice)
Create a new AfterReturningAdviceInterceptor for the given advice.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(MethodInvocation mi) |
public AfterReturningAdviceInterceptor(AfterReturningAdvice advice)
advice - the AfterReturningAdvice to wrappublic java.lang.Object invoke(MethodInvocation mi) throws java.lang.Throwable
invoke in interface MethodInterceptorjava.lang.Throwable