Spring Integration

Uses of Class
org.springframework.integration.aggregator.AbstractAggregatingMessageGroupProcessor

Packages that use AbstractAggregatingMessageGroupProcessor
org.springframework.integration.aggregator   
 

Uses of AbstractAggregatingMessageGroupProcessor in org.springframework.integration.aggregator
 

Subclasses of AbstractAggregatingMessageGroupProcessor in org.springframework.integration.aggregator
 class DefaultAggregatingMessageGroupProcessor
          This implementation of MessageGroupProcessor will take the messages from the MessageGroup and pass them on in a single message with a Collection as a payload.
 class ExpressionEvaluatingMessageGroupProcessor
          A MessageGroupProcessor implementation that evaluates a SpEL expression.
 class MethodInvokingMessageGroupProcessor
          MessageGroupProcessor that serves as an adapter for the invocation of a POJO method.
 


Spring Integration

Copyright © 2010. All Rights Reserved.