|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
BeanPostProcessor implementation that "registers" instances of any non-default AdvisorAdapters with GlobalAdvisorAdapterRegistry.
The only requirement for it to work is that it needs to be defined in application context along with any arbitrary "non-native" Spring AdvisorAdapters that need to be "recognized" by Spring's AOP framework.
AdvisorAdapter,
AdvisorAdapterRegistry,
GlobalAdvisorAdapterRegistry| Constructor Summary | |
AdvisorAdapterRegistrationManager()
|
|
| Method Summary | |
Object |
postProcessAfterInitialization(Object bean,
String beanName)
Apply this BeanPostProcessor to the given new bean instance after any bean initialization callbacks (like InitializingBean's afterPropertiesSet or a custom init-method). |
Object |
postProcessBeforeInitialization(Object bean,
String beanName)
Apply this BeanPostProcessor to the given new bean instance before any bean initialization callbacks (like InitializingBean's afterPropertiesSet or a custom init-method). |
void |
setAdvisorAdapterRegistry(AdvisorAdapterRegistry advisorAdapterRegistry)
Specify the AdvisorAdapterRegistry to use. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AdvisorAdapterRegistrationManager()
| Method Detail |
public void setAdvisorAdapterRegistry(AdvisorAdapterRegistry advisorAdapterRegistry)
GlobalAdvisorAdapterRegistry
public Object postProcessBeforeInitialization(Object bean,
String beanName)
throws BeansException
BeanPostProcessor
postProcessBeforeInitialization in interface BeanPostProcessorbean - the new bean instancebeanName - the beanName of the bean
BeansException - in case of errorsInitializingBean.afterPropertiesSet()
public Object postProcessAfterInitialization(Object bean,
String beanName)
throws BeansException
BeanPostProcessor
postProcessAfterInitialization in interface BeanPostProcessorbean - the new bean instancebeanName - the beanName of the bean
BeansException - in case of errorsInitializingBean.afterPropertiesSet()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||