|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InOut
Supports operations used to process an In Out MEP to completion.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.jbi.messaging.MessageExchange |
|---|
MessageExchange.Role |
| Field Summary |
|---|
| Fields inherited from interface javax.jbi.messaging.MessageExchange |
|---|
JTA_TRANSACTION_PROPERTY_NAME |
| Method Summary | |
|---|---|
NormalizedMessage |
getInMessage()
Retrieves the in message reference from this exchange. |
NormalizedMessage |
getOutMessage()
Retrieves the out message reference from this exchange. |
void |
setInMessage(NormalizedMessage msg)
Specifies the in message reference for this exchange. |
void |
setOutMessage(NormalizedMessage msg)
Specifies the out message reference for this exchange. |
| Methods inherited from interface javax.jbi.messaging.MessageExchange |
|---|
createFault, createMessage, getEndpoint, getError, getExchangeId, getFault, getFlowAttributes, getInterfaceName, getMessage, getOperation, getPattern, getProperty, getPropertyNames, getRole, getService, getStatus, isTransacted, setEndpoint, setError, setFault, setFlowAttributes, setInterfaceName, setMessage, setOperation, setProperty, setService, setStatus |
| Method Detail |
|---|
NormalizedMessage getInMessage()
java.lang.IllegalStateException - if the component is not the owner of this message exchangeNormalizedMessage getOutMessage()
java.lang.IllegalStateException - if the component is not the owner of this message exchange
void setInMessage(NormalizedMessage msg)
throws MessagingException
msg - in message; must be non-null
MessagingException - unable to set in message
java.lang.IllegalStateException - if the component is not the owner of this message exchange
void setOutMessage(NormalizedMessage msg)
throws MessagingException
msg - out message; must be non-null
MessagingException - unable to set in message
java.lang.IllegalStateException - if the component is not the owner of this message exchange
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||