|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.aggregator.AbstractAggregatingMessageGroupProcessor
org.springframework.integration.aggregator.MethodInvokingMessageGroupProcessor
public class MethodInvokingMessageGroupProcessor
MessageGroupProcessor that serves as an adapter for the invocation of a POJO method.
| Constructor Summary | |
|---|---|
MethodInvokingMessageGroupProcessor(java.lang.Object target)
Creates a wrapper around the target passed in. |
|
MethodInvokingMessageGroupProcessor(java.lang.Object target,
java.lang.String method)
Creates a wrapper around the object passed in. |
|
| Method Summary | |
|---|---|
protected java.lang.Object |
aggregatePayloads(MessageGroup group)
|
| Methods inherited from class org.springframework.integration.aggregator.AbstractAggregatingMessageGroupProcessor |
|---|
aggregateHeaders, processAndSend |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodInvokingMessageGroupProcessor(java.lang.Object target)
target - the object to wrap
java.lang.IllegalStateException - when no single method can be found unambiguously
public MethodInvokingMessageGroupProcessor(java.lang.Object target,
java.lang.String method)
target - the object to wrapmethod - the name of the method to look for| Method Detail |
|---|
protected final java.lang.Object aggregatePayloads(MessageGroup group)
aggregatePayloads in class AbstractAggregatingMessageGroupProcessor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||