Spring Integration

Uses of Interface
org.springframework.integration.aggregator.CorrelationStrategy

Packages that use CorrelationStrategy
org.springframework.integration.aggregator   
org.springframework.integration.config   
 

Uses of CorrelationStrategy in org.springframework.integration.aggregator
 

Classes in org.springframework.integration.aggregator that implement CorrelationStrategy
 class ExpressionEvaluatingCorrelationStrategy
          CorrelationStrategy implementation that evaluates an expression.
 class HeaderAttributeCorrelationStrategy
          Default implementation of CorrelationStrategy.
 class MethodInvokingCorrelationStrategy
          CorrelationStrategy implementation that works as an adapter to another bean.
 

Methods in org.springframework.integration.aggregator with parameters of type CorrelationStrategy
 void CorrelatingMessageBarrier.setCorrelationStrategy(CorrelationStrategy correlationStrategy)
          Set the CorrelationStrategy to be used to determine the correlation key for incoming messages
 void CorrelatingMessageHandler.setCorrelationStrategy(CorrelationStrategy correlationStrategy)
           
 

Constructors in org.springframework.integration.aggregator with parameters of type CorrelationStrategy
CorrelatingMessageHandler(MessageGroupProcessor processor, MessageGroupStore store, CorrelationStrategy correlationStrategy, ReleaseStrategy releaseStrategy)
           
 

Uses of CorrelationStrategy in org.springframework.integration.config
 

Methods in org.springframework.integration.config that return CorrelationStrategy
 CorrelationStrategy CorrelationStrategyFactoryBean.getObject()
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.