Package | Description |
---|---|
org.springframework.integration.amqp.config |
Provides classes for configuration - parsers, namespace handlers, factory beans.
|
org.springframework.integration.channel |
Provides classes representing various channel types.
|
org.springframework.integration.channel.interceptor |
Provides classes related to channel interception.
|
org.springframework.integration.jms.config |
Provides classes for configuration - parsers, namespace handlers, factory beans.
|
org.springframework.integration.transformer |
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
|
Modifier and Type | Method and Description |
---|---|
void |
AmqpChannelFactoryBean.setInterceptors(List<ChannelInterceptor> interceptors) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractMessageChannel.ChannelInterceptorList.add(ChannelInterceptor interceptor) |
void |
AbstractMessageChannel.addInterceptor(ChannelInterceptor interceptor)
Add a channel interceptor to the end of the list.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractMessageChannel.ChannelInterceptorList.set(List<ChannelInterceptor> interceptors) |
void |
AbstractMessageChannel.setInterceptors(List<ChannelInterceptor> interceptors)
Set the list of channel interceptors.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelInterceptorAdapter
A
ChannelInterceptor with no-op method implementations so that
subclasses do not have to implement all of the interface's methods. |
class |
MessageSelectingInterceptor
A
ChannelInterceptor that
delegates to a list of MessageSelectors to decide
whether a Message should be accepted on the MessageChannel . |
class |
WireTap
A
ChannelInterceptor that publishes a copy of the intercepted message
to a secondary target while still sending the original message to the main channel. |
Modifier and Type | Method and Description |
---|---|
ChannelInterceptor |
GlobalChannelInterceptorWrapper.getChannelInterceptor() |
Constructor and Description |
---|
GlobalChannelInterceptorWrapper(ChannelInterceptor channelInterceptor) |
Modifier and Type | Method and Description |
---|---|
void |
JmsChannelFactoryBean.setInterceptors(List<ChannelInterceptor> interceptors) |
Modifier and Type | Class and Description |
---|---|
class |
MessageTransformingChannelInterceptor
Deprecated.
It is not generally recommended to perform functions
such as transformation in a channel interceptor.
|
Copyright © 2018. All rights reserved.