Spring Integration

Package org.springframework.integration.channel.interceptor

Provides classes related to channel interception.

See:
          Description

Class Summary
ChannelInterceptorAdapter A ChannelInterceptor with no-op method implementations so that subclasses do not have to implement all of the interface's methods.
GlobalChannelInterceptorWrapper  
MessageSelectingInterceptor A ChannelInterceptor that delegates to a list of MessageSelectors to decide whether a Message should be accepted on the MessageChannel.
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.
 

Package org.springframework.integration.channel.interceptor Description

Provides classes related to channel interception.


Spring Integration