|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Message | |
|---|---|
| org.apache.ode.bpel.iapi | |
| Uses of Message in org.apache.ode.bpel.iapi |
|---|
| Methods in org.apache.ode.bpel.iapi that return Message | |
|---|---|
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. |
| Methods in org.apache.ode.bpel.iapi with parameters of type Message | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||