Class AopProxyBeanFactoryPostProcessor

java.lang.Object
org.frankframework.configuration.AopProxyBeanFactoryPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor

public class AopProxyBeanFactoryPostProcessor extends Object implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
Programmatic equivalent of <aop:config proxy-target-class="true" />. Spring uses annotations to achieve this effect, but by doing so it no longer becomes an optional BeanFactory processor.
  • Constructor Details

    • AopProxyBeanFactoryPostProcessor

      public AopProxyBeanFactoryPostProcessor()
  • Method Details

    • postProcessBeanDefinitionRegistry

      public void postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) throws org.springframework.beans.BeansException
      Specified by:
      postProcessBeanDefinitionRegistry in interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
      Throws:
      org.springframework.beans.BeansException