Spring Integration

Uses of Class
org.springframework.integration.core.MessagingTemplate

Packages that use MessagingTemplate
org.springframework.integration.aggregator   
 

Uses of MessagingTemplate in org.springframework.integration.aggregator
 

Methods in org.springframework.integration.aggregator with parameters of type MessagingTemplate
 void ResequencingMessageGroupProcessor.processAndSend(MessageGroup group, MessagingTemplate messagingTemplate, MessageChannel outputChannel)
           
 void PassThroughMessageGroupProcessor.processAndSend(MessageGroup group, MessagingTemplate messagingTemplate, MessageChannel outputChannel)
           
 void MessageGroupProcessor.processAndSend(MessageGroup group, MessagingTemplate messagingTemplate, MessageChannel outputChannel)
          Process the given group and send the resulting message(s) to the output channel using the messaging template.
 void AbstractAggregatingMessageGroupProcessor.processAndSend(MessageGroup group, MessagingTemplate channelTemplate, MessageChannel outputChannel)
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.