Class MessageSelectingInterceptor
java.lang.Object
org.springframework.integration.channel.interceptor.MessageSelectingInterceptor
- All Implemented Interfaces:
- ChannelInterceptor
A 
ChannelInterceptor that
 delegates to a list of MessageSelectors to decide
 whether a Message should be accepted on the MessageChannel.- Author:
- Mark Fisher, Gary Russell
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.messaging.support.ChannelInterceptorafterReceiveCompletion, afterSendCompletion, postReceive, postSend, preReceive
- 
Constructor Details- 
MessageSelectingInterceptor
 
- 
- 
Method Details- 
preSend- Specified by:
- preSendin interface- ChannelInterceptor
 
 
-