Class GlobalChannelInterceptorInitializer
java.lang.Object
org.springframework.integration.config.GlobalChannelInterceptorInitializer
- All Implemented Interfaces:
IntegrationConfigurationInitializer
public class GlobalChannelInterceptorInitializer extends Object implements IntegrationConfigurationInitializer
The
IntegrationConfigurationInitializer
to populate GlobalChannelInterceptorWrapper
for ChannelInterceptor
s marked with
GlobalChannelInterceptor
annotation.
Bean
methods are also processed.
- Since:
- 4.0
- Author:
- Artem Bilan, Gary Russell
-
Constructor Summary
Constructors Constructor Description GlobalChannelInterceptorInitializer()
-
Method Summary
Modifier and Type Method Description void
initialize(ConfigurableListableBeanFactory beanFactory)
-
Constructor Details
-
GlobalChannelInterceptorInitializer
public GlobalChannelInterceptorInitializer()
-
-
Method Details
-
initialize
- Specified by:
initialize
in interfaceIntegrationConfigurationInitializer
- Throws:
BeansException
-