|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.actions.AbstractActionLifecycle
org.jboss.soa.esb.actions.AbstractActionPipelineProcessor
org.jboss.soa.esb.actions.aggregator.AbstractAggregator
org.jboss.soa.esb.actions.aggregator.StreamingAggregator
public class StreamingAggregator
Concrete implementation of the AbstractAggregator class which stores te messages.
| Field Summary |
|---|
| Fields inherited from interface org.jboss.soa.esb.actions.ActionPipelineProcessor |
|---|
PROCESS_EXCEPTION_METHOD, PROCESS_METHOD, PROCESS_SUCCESS_METHOD |
| Constructor Summary | |
|---|---|
StreamingAggregator(ConfigTree config)
|
|
| Method Summary | |
|---|---|
protected boolean |
aggregateMessage(Message aggregatedMessage,
java.lang.Integer messageSequence,
Message currentMessage)
|
| Methods inherited from class org.jboss.soa.esb.actions.aggregator.AbstractAggregator |
|---|
destroy, initialise, process |
| Methods inherited from class org.jboss.soa.esb.actions.AbstractActionPipelineProcessor |
|---|
processException, processSuccess |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StreamingAggregator(ConfigTree config)
throws ConfigurationException
ConfigurationException| Method Detail |
|---|
protected boolean aggregateMessage(Message aggregatedMessage,
java.lang.Integer messageSequence,
Message currentMessage)
throws ActionProcessingException
aggregateMessage in class AbstractAggregatorActionProcessingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||