| Package | Description |
|---|---|
| org.apache.ode.bpel.iapi |
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageExchange.createMessage(javax.xml.namespace.QName msgType)
Create a message associated with this exchange.
|
Message |
MessageExchange.getFaultResponse()
Get the fault resposne message.
|
Message |
MessageExchange.getRequest()
Get the request message.
|
Message |
MessageExchange.getResponse()
Get the response message.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future |
MyRoleMessageExchange.invoke(Message request)
"Invoke" a process hosted by the BPEL engine.
|
java.util.concurrent.Future |
MyRoleMessageExchange.invoke(Message request,
java.util.List<java.lang.String> attachmentIDs)
Overridden method of
Future invoke(Message request) in-order to manage
attachments related to the message exchanges |
void |
PartnerRoleMessageExchange.reply(Message response)
Indicate that the partner has responded to the message exchange.
|
void |
PartnerRoleMessageExchange.replyWithFault(javax.xml.namespace.QName faultType,
Message outputFaultMessage)
Indicate that the partner faulted in processing the message exchange.
|
Copyright © 2015 WSO2. All Rights Reserved.