クラス IntegrationFlowBeanPostProcessor
java.lang.ObjectSE
org.springframework.integration.dsl.context.IntegrationFlowBeanPostProcessor
- 実装されているすべてのインターフェース:
AopInfrastructureBean、Aware、BeanPostProcessor、SmartInitializingSingleton、ApplicationContextAware
public class IntegrationFlowBeanPostProcessor
extends ObjectSE
implements BeanPostProcessor, ApplicationContextAware, SmartInitializingSingleton, AopInfrastructureBean
- 導入:
- 5.0
- 作成者:
- Artem Bilan, Gary Russell
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明voidpostProcessBeforeInitialization(ObjectSE bean, StringSE beanName) voidsetApplicationContext(ApplicationContext applicationContext) クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.beans.factory.config.BeanPostProcessor から継承されたメソッド
postProcessAfterInitialization
コンストラクターの詳細
IntegrationFlowBeanPostProcessor
public IntegrationFlowBeanPostProcessor()
メソッドの詳細
setApplicationContext
- 次で指定:
- インターフェース
ApplicationContextAwareのsetApplicationContext - 例外:
BeansException
postProcessBeforeInitialization
public ObjectSE postProcessBeforeInitialization(ObjectSE bean, StringSE beanName) throws BeansException - 次で指定:
- インターフェース
BeanPostProcessorのpostProcessBeforeInitialization - 例外:
BeansException
afterSingletonsInstantiated
public void afterSingletonsInstantiated()- 次で指定:
- インターフェース
SmartInitializingSingletonのafterSingletonsInstantiated