クラス 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
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明void
postProcessBeforeInitialization
(ObjectSE bean, StringSE beanName) void
setApplicationContext
(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