Example usage for org.springframework.beans.factory.config BeanFactoryPostProcessor interface-usage

List of usage examples for org.springframework.beans.factory.config BeanFactoryPostProcessor interface-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory.config BeanFactoryPostProcessor interface-usage.

Usage

From source file org.jnap.core.persistence.factory.DaoFactory.java

/**
 * @author Daniel Rochetti
 * @since 1.0
 */
public class DaoFactory implements BeanFactoryPostProcessor, Ordered {

From source file org.granite.client.tide.spring.SpringContextManager.java

/**
 * @author William DRAI
 */
public class SpringContextManager extends SimpleContextManager
        implements ApplicationContextAware, BeanPostProcessor, BeanFactoryPostProcessor {

From source file com.jaspersoft.jasperserver.api.common.util.spring.BeanReferenceOverrider.java

/**
 * @author Lucian Chirita (lucianc@users.sourceforge.net)
 * @version $Id: BeanReferenceOverrider.java 47331 2014-07-18 09:13:06Z kklein $
 */
public class BeanReferenceOverrider implements BeanFactoryPostProcessor, Ordered {

From source file org.springframework.integration.config.xml.DefaultConfiguringBeanFactoryPostProcessor.java

/**
 * A {@link BeanFactoryPostProcessor} implementation that provides default beans for the error handling and task
 * scheduling if those beans have not already been explicitly defined within the registry. It also registers a single
 * null channel with the bean name "nullChannel".
 *
 * @author Mark Fisher

From source file org.bytesoft.bytetcc.supports.spring.CompensableAnnotationValidator.java

public class CompensableAnnotationValidator implements BeanFactoryPostProcessor {

    public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException {
        Map<String, Class<?>> otherServiceMap = new HashMap<String, Class<?>>();
        Map<String, Compensable> compensables = new HashMap<String, Compensable>();

From source file org.apache.james.container.spring.bean.factorypostprocessor.MailboxConfigurationBeanFactoryPostProcessor.java

/**
 * Read mailbox.xml file and register the right bean alias in the
 * {@link BeanDefinitionRegistry} depending on the configured provider. As
 * default jpa is used!
 * 
 * It will register it with the alias mailboxmanager

From source file org.apache.james.container.spring.bean.factorypostprocessor.EventsConfigurationBeanFactoryPostProcessor.java

public class EventsConfigurationBeanFactoryPostProcessor implements BeanFactoryPostProcessor {

    @Override
    public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException {
        ConfigurationProvider confProvider = beanFactory.getBean(ConfigurationProvider.class);
        try {

From source file org.apache.servicemix.document.factory.DocumentFactory.java

/**
 * A spring document factory allowing documents to be registered in the DocumentRegistry
 * and also post processes the document-name:xxx url to transform it into a
 * document: url handled by the repository.
 */
public class DocumentFactory implements FactoryBean, BundleContextAware, InitializingBean, BeanFactoryPostProcessor,

From source file com.newtranx.util.cassandra.spring.AccessorScannerConfigurer.java

/**
 * ??Accessor???Spring context
 * 
 * @author luyi
 *
 */

From source file org.solmix.runtime.support.spring.ContainerPostProcessor.java

/**
 * 
 * @author solmix.f@gmail.com
 * @version $Id$ 2013-11-4
 */