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.springframework.data.gemfire.FunctionServiceFactoryBean.java

/**
 * @author David Turanski
 * 
 */
public class FunctionServiceFactoryBean implements FactoryBean<FunctionService>, InitializingBean {
    private static FunctionService functionService;

From source file com.iflytek.edu.cloud.frame.support.redis.JedisPoolFactoryBean.java

/**
 * jedis shardredis?
 * 
 * Create on @2013-10-10 @?10:21:20 
 * @author libinsong1204@gmail.com
 */

From source file org.shept.util.PageHolderFactoryBean.java

/** 
 * @version $$Id: PageHolderFactoryBean.java 110 2011-02-21 09:16:15Z aha $$
 *
 * @author Andi
 *
 */

From source file org.robinku.commons.remote.cxf.JaxWsSpringClientProxyFactoryBean.java

/**
 * ClassWS1?jaxws:client?2?JaxWsProxyFactoryBeanClient?
 * Proxy?
 * 
 *  ??HTTP?CXF? -?
 * deprecated - using cxf-custom.xml?

From source file com.cloudbees.demo.beesshop.util.MailSessionFactoryBean.java

/**
 * http://javamail.java.net/nonav/docs/api/com/sun/mail/smtp/package-summary.html
 *
 * @author <a href="mailto:cleclerc@cloudbees.com">Cyrille Le Clerc</a>
 */
public class MailSessionFactoryBean implements FactoryBean<Session>, InitializingBean {

From source file org.codehaus.groovy.grails.plugins.quartz.SimpleTriggerFactoryBean.java

/**
 * Factory bean which configures SimpleTrigger.
 *
 * @author Sergey Nebolsin (nebolsin@gmail.com)
 * 
 * @since 0.3.2

From source file org.activequant.util.spring.AccountLookup.java

/**
 * @TODO desc<br>
 * <br>
 * <b>History:</b><br>
 *  - [04.08.2007] Created (Erik Nijkamp)<br>
 *

From source file example.app.config.support.NamingContextBuilderFactoryBean.java

/**
 * The NamingContextBuilderFactoryBean class is a Spring {@link FactoryBean} responsible for binding named objects
 * to a {@link javax.naming.Context naming context} in the current environment.
 *
 * @author John Blum
 * @see javax.naming.spi.InitialContextFactoryBuilder

From source file org.openregistry.core.web.resources.DeleteSorPersonMockitoBasedPersonServiceFactoryBean.java

/**
 * FactoryBean to create Mockito-based mocks of <code>PersonService</code> and related collaborators needed to test
 * 'DELETE /people/sor/{sorSource}/{sorId}' scenarios of <code>PeopleResource</code>
 *
 * @author Dmitriy Kopylenko
 * @since 1.0

From source file com.springcryptoutils.core.keystore.DefaultKeyStoreFactoryBean.java

/**
 * A spring bean factory for instancing the default KeyStore object using the system properties:
 *
 * <ul>
 *     <li><code>javax.net.ssl.keyStore</code></li>
 *     <li><code>javax.net.ssl.keyStorePassword</code></li>