Package org.springframework.integration.dispatcher

Interface Summary
MessageDispatcher Strategy interface for dispatching messages.
PollingDispatcher  
 

Class Summary
DefaultPollingDispatcher A subclass of SimpleDispatcher that adds message retrieval capabilities by polling a PollableSource for Messages.
DirectChannel A channel that invokes the subscribed handler(s) in a sender's thread (returning after at most one handles the message).
DirectChannelFactory A ChannelFactory for creating DirectChannel instances.
PollingDispatcherTask A MessagingTask that combines polling and dispatching.
SimpleDispatcher Basic implementation of MessageDispatcher.