|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.aggregator.MethodInvokingCorrelationStrategy
public class MethodInvokingCorrelationStrategy
CorrelationStrategy implementation that works as an adapter to another bean.
| Constructor Summary | |
|---|---|
MethodInvokingCorrelationStrategy(java.lang.Object object,
java.lang.reflect.Method method)
|
|
MethodInvokingCorrelationStrategy(java.lang.Object object,
java.lang.String methodName)
|
|
| 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 MethodInvokingCorrelationStrategy(java.lang.Object object,
java.lang.String methodName)
public MethodInvokingCorrelationStrategy(java.lang.Object object,
java.lang.reflect.Method method)
| Method Detail |
|---|
public java.lang.Object getCorrelationKey(Message<?> message)
CorrelationStrategynull, but throw an exception.
getCorrelationKey in interface CorrelationStrategy
|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||