|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NormalizedMessage | |
|---|---|
| javax.jbi.messaging | |
| Uses of NormalizedMessage in javax.jbi.messaging |
|---|
| Subinterfaces of NormalizedMessage in javax.jbi.messaging | |
|---|---|
interface |
Fault
Models WSDL fault messages. |
| Methods in javax.jbi.messaging that return NormalizedMessage | |
|---|---|
NormalizedMessage |
MessageExchange.createMessage()
Creates a normalized message based on the specified message reference. |
NormalizedMessage |
InOptionalOut.getInMessage()
Retrieves the "in" message reference from this exchange. |
NormalizedMessage |
InOnly.getInMessage()
Retrieves the in normalized message from this exchange. |
NormalizedMessage |
InOut.getInMessage()
Retrieves the "in" message reference from this exchange. |
NormalizedMessage |
RobustInOnly.getInMessage()
Retrieves the in normalized message from this exchange. |
NormalizedMessage |
MessageExchange.getMessage(java.lang.String name)
Retrieves a normalized message based on the specified message reference. |
NormalizedMessage |
InOptionalOut.getOutMessage()
Retrieves the "out" message reference from this exchange. |
NormalizedMessage |
InOut.getOutMessage()
Retrieves the "out" message reference from this exchange. |
| Methods in javax.jbi.messaging with parameters of type NormalizedMessage | |
|---|---|
void |
InOptionalOut.setInMessage(NormalizedMessage msg)
Specifies the "in" message reference for this exchange. |
void |
InOnly.setInMessage(NormalizedMessage msg)
Sets the in normalized message for this exchange. |
void |
InOut.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 |
MessageExchange.setMessage(NormalizedMessage msg,
java.lang.String name)
Sets a normalized message with the specified message reference. |
void |
InOptionalOut.setOutMessage(NormalizedMessage msg)
Specifies the "out" message reference for this exchange. |
void |
InOut.setOutMessage(NormalizedMessage msg)
Specifies the "out" message reference for this exchange. |
|
${build-info} | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||