|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExchangeContext | |
|---|---|
| org.ow2.petals.se.eip.listener | |
| org.ow2.petals.se.eip.patterns | |
| Uses of ExchangeContext in org.ow2.petals.se.eip.listener |
|---|
| Classes in org.ow2.petals.se.eip.listener that implement ExchangeContext | |
|---|---|
class |
JBIListener
|
| Uses of ExchangeContext in org.ow2.petals.se.eip.patterns |
|---|
| Methods in org.ow2.petals.se.eip.patterns with parameters of type ExchangeContext | |
|---|---|
boolean |
DynamicRouter.process(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context)
|
boolean |
Router.process(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context)
|
abstract boolean |
AbstractPattern.process(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context)
Process the message. |
boolean |
WireTap.process(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context)
|
boolean |
Bridge.process(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context)
|
boolean |
Splitter.process(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context)
|
boolean |
ScatterGather.process(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context)
|
boolean |
RoutingSlip.process(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context)
|
boolean |
Dispatcher.process(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context)
|
boolean |
Aggregator.process(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context)
|
boolean |
DynamicRouter.processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context,
CommonAsyncContext asyncContext)
|
abstract boolean |
AbstractPattern.processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context,
CommonAsyncContext asyncContext)
Process the async message. |
boolean |
WireTap.processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context,
CommonAsyncContext asyncContext)
|
boolean |
AbstractMEPBridgeWithUnicConsumesPattern.processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context,
CommonAsyncContext asyncContext)
|
boolean |
RoutingSlip.processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context,
CommonAsyncContext asyncContext)
|
boolean |
Dispatcher.processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context,
CommonAsyncContext asyncContext)
|
boolean |
Aggregator.processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context,
CommonAsyncContext asyncContext)
|
boolean |
AbstractAggregatorPattern.processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context,
CommonAsyncContext asyncContext)
|
boolean |
AbstractPattern.processAsyncPattern(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context,
CommonAsyncContext asyncContext,
boolean expired)
|
boolean |
Pattern.processAsyncPattern(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context,
CommonAsyncContext asyncContext,
boolean expired)
Process an exchange for an asynchronous pattern. |
boolean |
AbstractPattern.processExpiredAsync(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context,
CommonAsyncContext asyncContext)
Process the expired async message. |
boolean |
AbstractPattern.processPattern(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context)
|
boolean |
Pattern.processPattern(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context)
Process the Pattern. |
protected void |
AbstractMEPBridgePattern.processResponse(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context,
CommonAsyncContext asyncContext)
|
static javax.jbi.messaging.NormalizedMessage |
PatternHelper.processSentExchange(org.ow2.petals.component.framework.api.message.Exchange sentExchange,
ExchangeContext context)
Process the result of a sent exchange. - if the exchange contains an OUT, return it and close the sent exchange - if the exchange contains a FAULT, return it and close the sent exchange - if the exchange is on ERROR status, throw a JBI Exception - if the exchange is on DONE status, return a null Normalized Message |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||