|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.se.eip.patterns.AbstractPattern
org.ow2.petals.se.eip.patterns.AbstractAggregatorPattern
public abstract class AbstractAggregatorPattern
Provide a management of the source exchange response from the target exchanges received. The responses must be aggregated into a same response
| Field Summary |
|---|
| Fields inherited from class org.ow2.petals.se.eip.patterns.AbstractPattern |
|---|
logger |
| Constructor Summary | |
|---|---|
AbstractAggregatorPattern()
|
|
| Method Summary | |
|---|---|
boolean |
processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context,
CommonAsyncContext asyncContext)
Process the async message. |
boolean |
validateMEP(java.net.URI mep)
Validate the MEP for the pattern. |
| Methods inherited from class org.ow2.petals.se.eip.patterns.AbstractPattern |
|---|
getNameSpace, isAttachmentMode, isExceptionRobust, isFaultRobust, isFaultToException, logSend, process, processAsyncPattern, processExpiredAsync, processPattern |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ow2.petals.se.eip.patterns.Pattern |
|---|
getName, init |
| Constructor Detail |
|---|
public AbstractAggregatorPattern()
| Method Detail |
|---|
public boolean processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context,
CommonAsyncContext asyncContext)
AbstractPattern
processAsync in class AbstractPatternpublic boolean validateMEP(java.net.URI mep)
AbstractPattern
validateMEP in class AbstractPatternmep - the mep of the incoming message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||