|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.aggregator.HeaderAttributeCorrelationStrategy
public class HeaderAttributeCorrelationStrategy
Default implementation of CorrelationStrategy. Uses a header
attribute to determine the correlation key value.
| Constructor Summary | |
|---|---|
HeaderAttributeCorrelationStrategy(java.lang.String attributeName)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getCorrelationKey(Message<?> message)
Find the correlation key for the given message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeaderAttributeCorrelationStrategy(java.lang.String attributeName)
| Method Detail |
|---|
public java.lang.Object getCorrelationKey(Message<?> message)
CorrelationStrategynull, but throw an exception.
getCorrelationKey in interface CorrelationStrategy
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||