Spring Integration

Uses of Interface
org.springframework.integration.dispatcher.MessageDispatcher

Packages that use MessageDispatcher
org.springframework.integration.channel   
org.springframework.integration.dispatcher   
 

Uses of MessageDispatcher in org.springframework.integration.channel
 

Methods in org.springframework.integration.channel that return MessageDispatcher
protected abstract  MessageDispatcher AbstractSubscribableChannel.getDispatcher()
           
 

Uses of MessageDispatcher in org.springframework.integration.dispatcher
 

Classes in org.springframework.integration.dispatcher that implement MessageDispatcher
 class AbstractDispatcher
          Base class for MessageDispatcher implementations.
 class BroadcastingDispatcher
          A broadcasting dispatcher implementation.
 class UnicastingDispatcher
          Implementation of MessageDispatcher that will attempt to send a Message to at most one of its handlers.
 


Spring Integration

Copyright © 2010. All Rights Reserved.