public class

AfterReturningAdviceInterceptor

extends Object
implements Serializable AfterAdvice
java.lang.Object
   ↳ org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor

Class Overview

Interceptor to wrap am AfterReturningAdvice. Used internally by the AOP framework; application developers should not need to use this class directly.

Summary

Public Constructors
AfterReturningAdviceInterceptor(AfterReturningAdvice advice)
Create a new AfterReturningAdviceInterceptor for the given advice.
Public Methods
Object invoke(MethodInvocation mi)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AfterReturningAdviceInterceptor (AfterReturningAdvice advice)

Create a new AfterReturningAdviceInterceptor for the given advice.

Parameters
advice the AfterReturningAdvice to wrap

Public Methods

public Object invoke (MethodInvocation mi)

Throws
Throwable