public final class GlobalChannelInterceptorProcessor extends ObjectSE implements BeanFactoryAware, SmartInitializingSingleton, BeanPostProcessor
<channel-interceptor> または @GlobalChannelInterceptor)をメッセージチャネル Bean に適用します。| コンストラクターと説明 |
|---|
GlobalChannelInterceptorProcessor() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | addMatchingInterceptors(InterceptableChannel channel, StringSE beanName) パターンがチャネル名と一致するインターセプターを追加します。 |
void | afterSingletonsInstantiated() |
ObjectSE | postProcessAfterInitialization(ObjectSE bean, StringSE beanName) |
void | setBeanFactory(BeanFactory beanFactory) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpostProcessBeforeInitializationpublic void setBeanFactory(BeanFactory beanFactory) throws BeansException
BeanFactoryAware 内の setBeanFactory BeansExceptionpublic void afterSingletonsInstantiated()
SmartInitializingSingleton 内の afterSingletonsInstantiated public ObjectSE postProcessAfterInitialization(ObjectSE bean, StringSE beanName) throws BeansException
BeanPostProcessor 内の postProcessAfterInitialization BeansExceptionpublic void addMatchingInterceptors(InterceptableChannel channel, StringSE beanName)
channel - インターセプターを追加するメッセージチャネル。beanName - パターンに一致するメッセージチャネル Bean 名。