|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.router.MessageListMethodAdapter
org.springframework.integration.router.AggregatorAdapter
public class AggregatorAdapter
Aggregator adapter for methods annotated with @Aggregator
and for 'aggregator
' elements that include a 'method
' attribute
(e.g. <aggregator ref="beanReference" method="methodName"/>).
Field Summary |
---|
Fields inherited from class org.springframework.integration.router.MessageListMethodAdapter |
---|
method |
Constructor Summary | |
---|---|
AggregatorAdapter(java.lang.Object object,
java.lang.reflect.Method method)
|
|
AggregatorAdapter(java.lang.Object object,
java.lang.String methodName)
|
Method Summary | |
---|---|
Message<?> |
aggregate(java.util.List<Message<?>> messages)
|
Methods inherited from class org.springframework.integration.router.MessageListMethodAdapter |
---|
executeMethod, getMethod, setMethod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AggregatorAdapter(java.lang.Object object, java.lang.reflect.Method method)
public AggregatorAdapter(java.lang.Object object, java.lang.String methodName)
Method Detail |
---|
public Message<?> aggregate(java.util.List<Message<?>> messages)
aggregate
in interface Aggregator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |