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 ChannelInterceptors marked with
GlobalChannelInterceptor annotation.
Bean methods are also processed.
- Since:
- 4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
-
Constructor Details
-
GlobalChannelInterceptorInitializer
public GlobalChannelInterceptorInitializer()
-
-
Method Details
-
initialize
public void initialize(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException - Specified by:
initializein interfaceIntegrationConfigurationInitializer- Throws:
org.springframework.beans.BeansException
-