org.springframework.aop
Interface InterceptionIntroductionAdvisor
- All Known Implementing Classes:
- DefaultInterceptionIntroductionAdvisor
- public interface InterceptionIntroductionAdvisor
- extends InterceptionAdvisor, IntroductionAdvisor
Advisor that performs an AOP introduction through an interceptor.
Introduction is the implementation of additional interfaces
(not implemented by a target) via AOP advice.
- Author:
- Rod Johnson
- Version: $Id: InterceptionIntroductionAdvisor.java,v 1.3 2004/01/15 10:43:20 johnsonr Exp $
- Since: 04-Apr-2003
- See Also: IntroductionInterceptor
getIntroductionInterceptor
public IntroductionInterceptor getIntroductionInterceptor()
- Returns: the interceptor that handles the introduced interface(s)