java.lang.Objectorg.springframework.aop.support.IntroductionInfoSupport
org.springframework.aop.support.DelegatingIntroductionInterceptor
All Implemented Interfaces:
IntroductionInterceptor, Serializable, IntroductionInfo
Direct Known Subclasses:
ExposeBeanNameIntroduction
Subclasses merely need to extend this class and implement the interfaces to be introduced themselves. In this case the delegate is the subclass instance itself. Alternatively a separate delegate may implement the interface, and be set via the delegate bean property.
Delegates or subclasses may implement any number of interfaces. All interfaces except IntroductionInterceptor are picked up from the subclass or delegate by default.
The suppressInterface method can be used to suppress interfaces
implemented by the delegate but which should not be introduced to the owning
AOP proxy.
An instance of this class is serializable if the delegate is.
Rod - JohnsonJuergen - Hoeller16.11.2003 - | Fields inherited from org.springframework.aop.support.IntroductionInfoSupport: |
|---|
| logger, publishedInterfaces |
| Constructor: |
|---|
|
|
| Method from org.springframework.aop.support.DelegatingIntroductionInterceptor Summary: |
|---|
| doProceed, invoke |
| Methods from org.springframework.aop.support.IntroductionInfoSupport: |
|---|
| getInterfaces, implementInterfacesOnObject, implementsInterface, isMethodOnIntroducedInterface, suppressInterface |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.aop.support.DelegatingIntroductionInterceptor Detail: |
|---|
|
|