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.flipkart.aesop.elasticsearchdatalayer.delete.ElasticSearchDeleteDataLayerFactory.java

/**
 * Generates objects of {@link ElasticSearchDeleteDataLayer} and ensures that it is singleton.
 * @author Pratyay Banerjee
 */
public class ElasticSearchDeleteDataLayerFactory implements FactoryBean<ElasticSearchDeleteDataLayer> {
    /* Data Layer Client */

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

/**
 * {@link FactoryBean} that creates a {@link Queue}.
 * 
 * <p>Example configuration:
 * 
 * <pre class="code">

From source file com.retroduction.carma.config.CSVFileListFactoryBean.java

/**
 * helper class for reading a list of Files from a CSV string
 * @author mike
 *
 */
public class CSVFileListFactoryBean implements FactoryBean {

From source file edu.mayo.cts2.framework.plugin.service.lexevs.LexBigServiceFactory.java

    private static final String LG_CONFIG_FILE_ENV = "LG_CONFIG_FILE";

    protected Logger log = Logger.getLogger(this.getClass());

    private LexBIGService lexBIGService;

From source file com.flipkart.phantom.runtime.impl.jetty.JettyWebAppContextFactory.java

/**
 * The Spring factory bean for creating the Jetty WebAppContext using resources found on the classpath
 * 
 * @author Regunath B
 * @version 1.0, 14 Mar 2013
 */

From source file nl.ordina.bag.etl.dao.AbstractDAOFactory.java

public abstract class AbstractDAOFactory<T> implements FactoryBean<T> {
    protected DataSource dataSource;
    protected TransactionTemplate transactionTemplate;
    protected JdbcTemplate jdbcTemplate;

    @Override

From source file org.jdal.remoting.httpinvoker.HttpInvokerProxyFactoryBean.java

/**
 * 
 * @author Jose Luis Martin - (jlm@joseluismartin.info)
 */
public class HttpInvokerProxyFactoryBean extends
        org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor implements FactoryBean<Object> {

From source file org.opencredo.cloud.storage.si.MockTemplateFactory.java

/**
 * @author Tomas Lukosius (tomas.lukosius@opencredo.com)
 * 
 */
public class MockTemplateFactory implements FactoryBean {

From source file ar.com.zauber.commons.conversion.spring.schema.ConfigurableJavaBeanConverterFactoryBean.java

/**
 * ConfigurableJavaBeanConverter FactoryBean. Adds all the ConversionFields
 * to the converter's configuration.
 * 
 * 
 * @author Juan Edi

From source file com.joshlong.esb.springintegration.modules.net.sftp.SFTPSessionFactory.java

/**
 * @author <a href="mailto:josh@joshlong.com">Josh Long</a>
 * @author <a href="mailto:mario.gray@gmail.com">Mario Gray</a>
 */
public class SFTPSessionFactory implements FactoryBean<SFTPSession>, InitializingBean {
    private volatile String knownHosts;