|
|||||||||||
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 |
RobustInOnly.getInMessage()
Retrieves the in normalized message from this exchange. |
NormalizedMessage |
MessageExchange.createMessage()
Creates a normalized message based on the specified message reference. |
NormalizedMessage |
MessageExchange.getMessage(java.lang.String name)
Retrieves a normalized message based on the specified message reference. |
NormalizedMessage |
InOut.getInMessage()
Retrieves the "in" message reference from this exchange. |
NormalizedMessage |
InOut.getOutMessage()
Retrieves the "out" message reference from this exchange. |
NormalizedMessage |
InOptionalOut.getInMessage()
Retrieves the "in" message reference from this exchange. |
NormalizedMessage |
InOptionalOut.getOutMessage()
Retrieves the "out" message reference from this exchange. |
NormalizedMessage |
InOnly.getInMessage()
Retrieves the in normalized message from this exchange. |
Methods in javax.jbi.messaging with parameters of type NormalizedMessage | |
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 |
InOut.setInMessage(NormalizedMessage msg)
Specifies the "in" message reference for this exchange. |
void |
InOut.setOutMessage(NormalizedMessage msg)
Specifies the "out" message reference for this exchange. |
void |
InOptionalOut.setInMessage(NormalizedMessage msg)
Specifies the "in" message reference for this exchange. |
void |
InOptionalOut.setOutMessage(NormalizedMessage msg)
Specifies the "out" message reference for this exchange. |
void |
InOnly.setInMessage(NormalizedMessage msg)
Sets the in normalized message for this exchange. |
|
Built 06/07/2005 11:16 AM on acer (SunOS 5.9) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |