|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessagingException | |
|---|---|
| javax.jbi.component | |
| javax.jbi.messaging | |
| Uses of MessagingException in javax.jbi.component |
|---|
| Methods in javax.jbi.component that throw MessagingException | |
|---|---|
DeliveryChannel |
ComponentContext.getDeliveryChannel()
Get a channel for this component to use to communicate with the Normalized Message Router. |
| Uses of MessagingException in javax.jbi.messaging |
|---|
| Methods in javax.jbi.messaging that throw MessagingException | |
|---|---|
MessageExchange |
DeliveryChannel.accept()
TODO accept check multi thread Blocking call used to service a MessageExchange instance which has been initiated by another component. |
MessageExchange |
DeliveryChannel.accept(long timeoutMS)
TODO accept check multi thread Blocking call used to service a MessageExchange instance which has been initiated by another component, within the given timeout period. |
void |
NormalizedMessage.addAttachment(java.lang.String id,
javax.activation.DataHandler content)
Add an attachment to this message. |
void |
DeliveryChannel.close()
TODO close pending messages, remove endpoint entries ? Closes the delivery channel, halting all message traffic. |
MessageExchange |
MessageExchangeFactory.createExchange(javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName operationName)
TODO createExchange find an endpoint for the service at the ME creation Creates a new MessageExchange instance used to initiate a
service invocation. |
MessageExchange |
MessageExchangeFactory.createExchange(java.net.URI pattern)
Creates a new MessageExchange instance used to initiate a service invocation. |
Fault |
MessageExchange.createFault()
Generic factory method for Fault objects. |
InOnly |
MessageExchangeFactory.createInOnlyExchange()
Convenience method that creates an In-Only message exchange. |
InOptionalOut |
MessageExchangeFactory.createInOptionalOutExchange()
Convenience method that creates an In-Optional-Out message exchange. |
InOut |
MessageExchangeFactory.createInOutExchange()
Convenience method that creates an In Out message exchange. |
NormalizedMessage |
MessageExchange.createMessage()
Creates a normalized message based on the specified message reference. |
RobustInOnly |
MessageExchangeFactory.createRobustInOnlyExchange()
Convenience method that creates a Robust-In-Only message exchange. |
void |
NormalizedMessage.removeAttachment(java.lang.String id)
Removes the attachment from this message with the specified unique identifier. |
void |
DeliveryChannel.send(MessageExchange exchange)
TODO send resolve jbi logical endpoint Routes a MessageExchange instance through the Normalized Message Router to the appropriate servicing component. |
boolean |
DeliveryChannel.sendSync(MessageExchange exchange)
TODO sendSync check multithread Routes a MessageExchange instance through the Normalized Message Router to the appropriate servicing component, and blocks until the exchange is returned (that is, the other participant sends the message exchange back). |
boolean |
DeliveryChannel.sendSync(MessageExchange exchange,
long timeoutMS)
TODO sendSync check multithread Routes a MessageExchange instance through the Normalized Message Router to the appropriate servicing component, and blocks until the exchange is returned (that is, the other participant sends the message exchange back), or the specified timeout interval elapses. |
void |
NormalizedMessage.setContent(javax.xml.transform.Source content)
Set the content of this message. |
void |
MessageExchange.setFault(Fault fault)
Specifies the fault message for this exchange, if one exists. |
void |
InOut.setInMessage(NormalizedMessage msg)
Specifies the in message reference for this exchange. |
void |
InOptionalOut.setInMessage(NormalizedMessage msg)
Specifies the in message reference for this exchange. |
void |
RobustInOnly.setInMessage(NormalizedMessage msg)
Sets the in normalized message for this exchange. |
void |
InOnly.setInMessage(NormalizedMessage msg)
Sets the in normalized message for this exchange. |
void |
MessageExchange.setMessage(NormalizedMessage msg,
java.lang.String name)
Sets a normalized message with the specified message reference. |
void |
InOut.setOutMessage(NormalizedMessage msg)
Specifies the out message reference for this exchange. |
void |
InOptionalOut.setOutMessage(NormalizedMessage msg)
Specifies the out message reference for this exchange. |
void |
MessageExchange.setStatus(ExchangeStatus status)
Sets the processing status of the exchange. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||