Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » framework » adapter » [javadoc | source]
org.springframework.aop.framework.adapter
public class: AdvisorAdapterRegistrationManager [javadoc | source]
java.lang.Object
   org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager

All Implemented Interfaces:
    BeanPostProcessor

BeanPostProcessor that registers AdvisorAdapter beans in the BeanFactory with an AdvisorAdapterRegistry (by default the GlobalAdvisorAdapterRegistry ).

The only requirement for it to work is that it needs to be defined in application context along with "non-native" Spring AdvisorAdapters that need to be "recognized" by Spring's AOP framework.

Method from org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager Summary:
postProcessAfterInitialization,   postProcessBeforeInitialization,   setAdvisorAdapterRegistry
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager Detail:
 public Object postProcessAfterInitialization(Object bean,
    String beanName) throws BeansException 
 public Object postProcessBeforeInitialization(Object bean,
    String beanName) throws BeansException 
 public  void setAdvisorAdapterRegistry(AdvisorAdapterRegistry advisorAdapterRegistry) 
    Specify the AdvisorAdapterRegistry to register AdvisorAdapter beans with. Default is the global AdvisorAdapterRegistry.