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.xyz.system.service.impl.DefinitionSourceFactoryBean.java

/**
 * DefinitionSource.
 * resourceDetailService??URL-?,
 * ??LinkedHashMap<String, String>?URL??
 * SpringSecurityLinkedHashMap<RequestKey, ConfigAttributeDefinition>?.
 * ?-??

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

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

From source file org.drools.container.spring.beans.GridNodeBeanFactory.java

public class GridNodeBeanFactory implements FactoryBean, InitializingBean {

    private String id;
    private Grid grid;
    private GridNode node;

From source file org.jdal.remoting.rmi.RmiProxyFactoryBean.java

/**
 * @author Jose Luis Martin - (jlm@joseluismartin.info)
 *
 */
public class RmiProxyFactoryBean extends RmiClientInterceptor implements FactoryBean<Object>, BeanClassLoaderAware {

From source file org.kuali.rice.krad.config.GlobalResourceLoaderServiceFactoryBean.java

/**
 * Exports services in the {@link org.kuali.rice.core.api.resourceloader.GlobalResourceLoader} as beans available to Spring.
 * 
 * @author Kuali Rice Team (rice.collab@kuali.org)
 *
 */

From source file org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean.java

/**
 * FactoryBean that exposes a TimerTask object that delegates
 * job execution to a specified (static or non-static) method.
 * Avoids the need to implement a one-line TimerTask that just
 * invokes an existing business method.
 *

From source file org.voidengineer.springframework.cache.infinispan.InfinispanCacheFactoryBean.java

/**
 * {@link FactoryBean} that creates an Infinispan {@link Cache} instance representing
 * a named cache within an Infinispan {@link EmbeddedCacheManager}
 *
 * <p>Note: Requires Infinispan 4.1 or higher
 *

From source file org.activiti.spring.ProcessEngineFactoryBean.java

/**
 * @author Dave Syer
 * @author Christian Stettler
 * @author Tom Baeyens
 * @author Joram Barrez
 */

From source file org.vbossica.azurebox.blob.CloudBlobContainerFactoryBean.java

/**
 * @author vladimir
 */
public class CloudBlobContainerFactoryBean implements FactoryBean<CloudBlobContainer>, InitializingBean {

    private CloudBlobClient blobClient;

From source file se.softhouse.garden.orchid.spring.context.HttpServletResponseFactoryBean.java

/**
 * @author Mikael Svahn
 * 
 */
public class HttpServletResponseFactoryBean implements FactoryBean<HttpServletResponse> {
    @Autowired