Example usage for org.springframework.beans.factory FactoryBean interface-usage

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

Introduction

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

Usage

From source file com.googlecode.spring.appengine.api.factory.SearchServiceFactoryBean.java

/**
 * {@link FactoryBean} that creates a {@link SearchService}.
 * 
 * <p>
 * Example configuration:
 * 

From source file reactor.spring.factory.ReactorFactoryBean.java

/**
 * A Spring {@link FactoryBean} for creating a singleton {@link Reactor}.
 *
 * @author Jon Brisbin
 */
public class ReactorFactoryBean implements FactoryBean<Reactor> {

From source file com.mtgi.analytics.aop.config.TemplateBeanDefinitionFactory.java

/**
 * <p>Bootstraps a bean from one {@link BeanFactory} into another.  The intent is that we can
 * "embed" one Spring bean factory inside another, and use instances of this class to promote
 * public beans out of the embedded factory.</p>
 * 
 * <p>Not intended to be used directly in spring configuration files, but rather indirectly via

From source file pandora.redis.dao.RedisPoolFactory.java

public class RedisPoolFactory implements FactoryBean<ShardedJedisPool>, InitializingBean {
    private static final String SEPARATOR = ",";

    private ShardedJedisPool shardedJedisPool;
    private String shards;
    private JedisPoolConfig poolConfig;

From source file reactor.spring.beans.factory.ReactorFactoryBean.java

/**
 * A Spring {@link FactoryBean} for creating a singleton {@link Reactor}.
 *
 * @author Jon Brisbin
 */
public class ReactorFactoryBean implements FactoryBean<Reactor> {

From source file infowall.infrastructure.PropertyFileLocationBean.java

/**
 *
 */
public class PropertyFileLocationBean implements FactoryBean<Resource> {

    private final Resource location;

From source file ninja.eivind.hotsreplayuploader.repositories.ConnectionSourceFactoryBean.java

/**
 * Defines the {@link ConnectionSource}, which is used by ORMLite
 * to connect to the underlying database.<br>
 * Database connection strings may differ for development or production mode.
 */
@Component

From source file io.gravitee.gateway.standalone.vertx.VertxHttpServerFactory.java

/**
 * @author David BRASSELY (brasseld at gmail.com)
 */
public class VertxHttpServerFactory implements FactoryBean<HttpServer> {

    @Autowired

From source file org.apache.ftpserver.config.spring.factorybeans.DataConnectionConfigurationFactoryBean.java

/**
 * Spring {@link FactoryBean} which extends {@link DataConnectionConfigurationFactory}
 * making it easier to use Spring's standard &lt;bean&gt; tag instead of 
 * FtpServer's custom XML tags to configure things.
 *
 * @author <a href="http://mina.apache.org">Apache MINA Project</a>

From source file egovframework.rte.itl.webservice.service.impl.EgovWebServiceClassLoaderFactoryBean.java

/**
 * EgovWebServiceCalssLoader? FactoryBean ?
 * <p>
 * <b>NOTE:</b> EgovWebServiceCalssLoader? FactoryBean
 * class?.
 * @author   ?