Class AfterReturningAdviceInterceptor

java.lang.Object
org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
All Implemented Interfaces:
Serializable, Advice, Interceptor, MethodInterceptor, AfterAdvice

public class AfterReturningAdviceInterceptor extends Object implements MethodInterceptor, AfterAdvice, Serializable
Interceptor to wrap an AfterReturningAdvice. Used internally by the AOP framework; application developers should not need to use this class directly.
Author:
Rod Johnson
See Also:
  • Constructor Details

    • AfterReturningAdviceInterceptor

      public AfterReturningAdviceInterceptor(AfterReturningAdvice advice)
      Create a new AfterReturningAdviceInterceptor for the given advice.
      Parameters:
      advice - the AfterReturningAdvice to wrap
  • Method Details