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 org.resthub.rpc.AMQPProxyFactoryBean.java

/**
 * FactoryBean for Spring AMQP  proxies. Exposes the proxied service
 * for use as a bean reference using the specified service interface.
 * 
 * @author Antoine Neveu
 *

From source file org.springframework.integration.file.remote.session.SessionFactoryFactoryBean.java

/**
 * Temporary factory bean to manage SessionFactory until deprecated 'cache-sessions' attribute
 * is removed.
 *
 * The attribute is now removed so we deprecate this class and log a message in case someone
 * is using it directly. It is no longer used by the framework.

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

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

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

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

From source file org.synyx.hera.core.support.PluginRegistryFactoryBean.java

/**
 * {@link FactoryBean} to create {@link PluginRegistry} instances. Wraps a
 * {@link BeanListFactoryBean}.
 * 
 * @author Oliver Gierke - gierke@synyx.de
 */

From source file org.geomajas.layer.geotools.GeoDbDataSource.java

/**
 * This class takes an existing h2 datasource and turns it into a {@link GeoDB} datasource which can be directly used by
 * {@link GeoToolsLayer}.
 * 
 * @author Jan De Moerloose
 * 

From source file com.avanza.astrix.spring.DynamicConfigFactory.java

public class DynamicConfigFactory implements FactoryBean<DynamicConfig> {

    private String configSourceId;

    @Override
    public DynamicConfig getObject() throws Exception {

From source file com.avanza.astrix.spring.AstrixFactoryBean.java

/**
 * Spring {@link FactoryBean} that uses an AstrixContext as
 * factory to create a given Astrix bean.
 * 
 * The AstrixContext is typically created by registering an
 * {@link AstrixFrameworkBean} in the spring-application context,

From source file com.ttpod.rest.web.spring.DbFactoryBean.java

/**
 * A factory bean for construction of a MongoOptions instance
 * 
 * @author Graeme Rocher
 * @Author Mark Pollack
 */

From source file org.globus.security.authorization.xml.IdentityAttributeCollectionFactory.java

/**
 * Created by IntelliJ IDEA.
 * User: turtlebender
 * Date: Jan 26, 2010
 * Time: 3:15:23 PM
 * To change this template use File | Settings | File Templates.