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.obiba.onyx.engine.variable.export.OnyxDataPurgeFactoryBean.java

public class OnyxDataPurgeFactoryBean implements FactoryBean {

    private Resource destinationsResource;

    public void setDestinationsResource(Resource destinationsResource) {
        this.destinationsResource = destinationsResource;

From source file org.mule.extras.springproxies.SynchClientFactoryBean.java

public class SynchClientFactoryBean extends SynchClientInvokerInterceptor
        implements FactoryBean, BeanClassLoaderAware {

    private Object proxy;
    private Class serviceInterface;
    private ClassLoader beanClassLoader = ClassUtils.getDefaultClassLoader();

From source file org.springside.modules.test.mail.MailServerSimulator.java

/**
 * GreenMailMailServer?/
 * localhost3025??SMTP?, ???greenmail@localhost.com/greemail, ??.
 * FactoryBeangreenMailContext??.
 * 
 * @author calvin

From source file com.enonic.cms.itest.home.HomeDirFactory.java

@Component
@Profile("itest")
public final class HomeDirFactory implements FactoryBean<HomeDir>, InitializingBean, DisposableBean {
    private HomeDir homeDir;

    @Override

From source file org.echocat.jomon.net.http.client.HttpClientFactoryBean.java

public class HttpClientFactoryBean extends HttpClientFactory implements FactoryBean<HttpClient> {

    @Override
    public Class<?> getObjectType() {
        return HttpClient.class;
    }

From source file org.echocat.jomon.net.http.client.ClientConnectionManagerFactoryBean.java

public class ClientConnectionManagerFactoryBean extends ClientConnectionManagerFactory
        implements FactoryBean<ClientConnectionManager> {

    @Override
    public ClientConnectionManager getObject() throws Exception {
        return create();

From source file net.sourceforge.jabm.spring.RandomDoubleFactoryBean.java

/**
 * <p>
 * A <a href="http://www.springsource.com/developer/spring">Spring</a> factory
 * bean which generates random Double values from the specified probability
 * distribution. This can be used to auto-magically configure properties as
 * random variates in a Monte-Carlo simulation.

From source file net.sourceforge.jabm.spring.RandomIntegerFactoryBean.java

/**
 * <p>
 * A <a href="http://www.springsource.com/developer/spring">Spring</a> factory
 * bean which generates random Integer values from the specified probability
 * distribution. This can be used to auto-magically configure properties as
 * random variates in a Monte-Carlo simulation.

From source file net.ili.base.services.authority.MyFilterChainDefinition.java

/**
 * ?filterchaindefinitions
 * ???org.apache.shiro.spring.web.ShiroFilterFactoryBeanfilterChainDefinitions
 *
 * @author Weir
 */

From source file net.ili.grass.services.authority.MyFilterChainDefinition.java

/**
 * ?filterchaindefinitions
 * ???org.apache.shiro.spring.web.ShiroFilterFactoryBeanfilterChainDefinitions
 *
 * @author Weir
 */