Spring Integration

org.springframework.integration.aggregator
Class CorrelationStrategyAdapter

java.lang.Object
  extended by org.springframework.integration.aggregator.CorrelationStrategyAdapter
All Implemented Interfaces:
CorrelationStrategy

public class CorrelationStrategyAdapter
extends Object
implements CorrelationStrategy

CorrelationStrategy implementation that works as an adapter to another bean.

Author:
Marius Bogoevici

Constructor Summary
CorrelationStrategyAdapter(Object object, Method method)
           
CorrelationStrategyAdapter(Object object, String methodName)
           
 
Method Summary
 Object getCorrelationKey(Message<?> message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorrelationStrategyAdapter

public CorrelationStrategyAdapter(Object object,
                                  String methodName)

CorrelationStrategyAdapter

public CorrelationStrategyAdapter(Object object,
                                  Method method)
Method Detail

getCorrelationKey

public Object getCorrelationKey(Message<?> message)
Specified by:
getCorrelationKey in interface CorrelationStrategy

Spring Integration

Copyright © 2010. All Rights Reserved.