Example usage for org.springframework.beans.factory InitializingBean interface-usage

List of usage examples for org.springframework.beans.factory InitializingBean interface-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory InitializingBean interface-usage.

Usage

From source file org.kuali.rice.ksb.service.BasicAuthenticationCredentials.java

/**
 * Initializes authenticationService with user credentials.
 *
 * @author Kuali Rice Team (rice.collab@kuali.org)
 */
public class BasicAuthenticationCredentials implements InitializingBean {

From source file ar.com.zauber.commons.spring.beans.factory.SwitchConditionalFactoryBean.java

/**
 * Es la evolucion de 
 * https://svn.leak.com.ar/jiol/trunk/jiol-iolsucker/src/java/ar/com/leak/
 *  iolsucker/container/spring/StaticConditionalFactoryBean.java
 * 
 * 

From source file org.springframework.data.keyvalue.redis.core.RedisAccessor.java

/**
 * Base class for {@link RedisTemplate} defining common properties.
 * Not intended to be used directly. 
 * 
 * @author Costin Leau
 */

From source file com.flipkart.aesop.processor.kafka.config.KafkaConfig.java

public class KafkaConfig implements InitializingBean {
    public String config;

    public KafkaConfig(String config) {
        this.config = config;
    }

From source file egovframework.rte.bat.core.item.file.mapping.EgovDefaultLineMapper.java

/**
 * EgovDefaultLineMapper ?
 * @author   ??
 * @since 2012.07.20
 * @version 1.0
 * @see 

From source file org.vertx.spring.examples.VertxAutowiredBean.java

/**
 * @author swilliams
 *
 */
public class VertxAutowiredBean implements InitializingBean, DisposableBean, Handler<Message<String>> {

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

/**
 * @author vladimir
 */
public class CloudBlobClientFactoryBean implements FactoryBean<CloudBlobClient>, InitializingBean {

    private CloudStorageAccount storageAccount;

From source file org.beangle.security.web.auth.LoginUrlEntryPoint.java

/**
 * <p>
 * Used by the <code>SecurityEnforcementFilter</code> to commence authentication via the
 * {@link UsernamePasswordAuthenticationFilter}. This object holds the location of the login form,
 * relative to the web app context path, and is used to commence a redirect to that form.
 * <p>

From source file org.springframework.richclient.command.support.MethodInvokingActionCommandExecutor.java

/**
 * An implementation of <code>ActionCommandExecutor</code> that delegates
 * job execution to a specified (static or non-static) method for command 
 * execution.
 *   
 * @author Oliver Hutchison

From source file com.alibaba.dubbo.governance.web.util.GovernanceWarmup.java

/**
 * @author ding.lid
 */
public class GovernanceWarmup implements InitializingBean {

    private static final Logger logger = LoggerFactory.getLogger(GovernanceWarmup.class);