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.googlecode.spring.appengine.api.factory.MailServiceFactoryBean.java

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

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

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

From source file org.sakuli.MockitoSpyFactoryBean.java

/**
 * @author tschneck
 *         Date: 15.05.14
 *         <p>
 *         A {@link FactoryBean} for creating spyed beans based on Mockito so that they
 *         can be {@code @Autowired} into Spring test configurations.

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

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

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

/**
 * <p>
 * A <a href="http://www.springsource.com/developer/spring">Spring</a>
 * factory bean which returns a seed based on the current time and the IP 
 * address of the host.  
 * </p>

From source file br.com.caelum.vraptor.ioc.spring.HttpSessionProvider.java

/**
 * Provides the current javax.servlet.http.HttpSession object, provided that Spring has registered it for the
 * current Thread.
 *
 * @author Fabio Kung
 * @see org.springframework.web.context.request.RequestContextHolder

From source file io.dyn.core.context.EventedProxyFactoryBean.java

/**
 * @author Jon Brisbin <jon@jbrisbin.com>
 */
public class EventedProxyFactoryBean<P> implements FactoryBean<P> {

    private EventedBase evented;

From source file org.mule.module.extension.internal.config.TopLevelParameterTypeFactoryBean.java

/**
 * A {@link FactoryBean} that creates instances of a type defined by a
 * {@link DataType}. It will be defined as a top level element and will
 * serve as a reusable {@link Parameter} of a {@link Configuration} or {@link Operation}
 *
 * @since 3.7.0

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

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

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

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