Example usage for org.springframework.beans.factory.config MethodInvokingFactoryBean subclass-usage

List of usage examples for org.springframework.beans.factory.config MethodInvokingFactoryBean subclass-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory.config MethodInvokingFactoryBean subclass-usage.

Usage

From source file net.phoenix.thrift.xml.OneParamMethodInvokingFactoryBean.java

/**
 * MethodInvokingFactoryBean ??????
 * @author Shamphone Lee<shamphone@gmail.com>
 *
 */
public class OneParamMethodInvokingFactoryBean extends MethodInvokingFactoryBean {

From source file org.springframework.security.config.http.HttpSecurityBeanDefinitionParser.java

/**
 * Custom {@link MethodInvokingFactoryBean} that is specifically used for looking up the
 * child {@link ProviderManager} value for
 * {@link ProviderManager#setEraseCredentialsAfterAuthentication(boolean)} given the
 * parent {@link AuthenticationManager}. This is necessary because the parent
 * {@link AuthenticationManager} might not be a {@link ProviderManager}.