| Package | Description |
|---|---|
| javax.jbi.messaging |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InOnly
Supports operations used to process an In Only MEP to completion.
|
interface |
InOptionalOut
Supports operations used to process an In Optional Out MEP to completion.
|
interface |
InOut
Supports operations used to process an In Out MEP to completion.
|
interface |
RobustInOnly
Supports operations used to process an Robust In Only MEP to completion.
|
| Modifier and Type | Method and Description |
|---|---|
MessageExchange |
DeliveryChannel.accept()
Blocking call used to service a MessageExchange instance which has
been initiated by another component.
|
MessageExchange |
DeliveryChannel.accept(long timeout)
Identical to accept(), but returns after specified interval even if
a message exchange is unavailable.
|
MessageExchange |
MessageExchangeFactory.createExchange(QName serviceName,
QName operationName)
Creates a new MessageExchange instance used to initiate a service
invocation.
|
MessageExchange |
MessageExchangeFactory.createExchange(URI pattern)
Creates a new MessageExchange instance used to initiate a service
invocation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeliveryChannel.send(MessageExchange exchange)
Routes a MessageExchange instance through the Normalized Message Service
to the appropriate servicing component.
|
boolean |
DeliveryChannel.sendSync(MessageExchange exchange)
Routes a MessageExchange instance through the Normalized Message Service
to the appropriate servicing component, blocking until the exchange is
returned.
|
boolean |
DeliveryChannel.sendSync(MessageExchange exchange,
long timeout)
Routes a MessageExchange instance through the Normalized Message Service
to the appropriate servicing component, blocking until the specified
timeout is reached.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.