org.springframework.aop
Interface InterceptionAroundAdvisor

All Known Implementing Classes:
DefaultInterceptionAroundAdvisor, DynamicMethodMatcherPointcutAroundAdvisor, NameMatchMethodPointcutAroundAdvisor, RegexpMethodPointcutAroundAdvisor, StaticMethodMatcherPointcutAroundAdvisor

public interface InterceptionAroundAdvisor
extends InterceptionAdvisor, PointcutAdvisor

Advisor that delivers around advice via an AOP Alliance interceptor. Such advice is targeted by a pointcut.

Author:
Rod Johnson
Version: $Id: InterceptionAroundAdvisor.java,v 1.3 2004/02/11 17:18:13 jhoeller Exp $
Since: 04-Apr-2003

Method Summary
 InterceptorgetInterceptor()
          Return the pointcut that identifies joinpoints eligible for this around advice.

Methods inherited from interface org.springframework.aop.Advisor
isPerInstance

Methods inherited from interface org.springframework.aop.PointcutAdvisor
getPointcut

Method Detail

getInterceptor

public Interceptor getInterceptor()
Return the pointcut that identifies joinpoints eligible for this around advice.