|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
org.apache.axis | |
org.apache.axis.client |
Uses of Message in org.apache.axis |
Methods in org.apache.axis that return Message | |
Message |
MessageContext.getRequestMessage()
Placeholder. |
Message |
MessageContext.getResponseMessage()
Placeholder. |
Message |
MessageContext.getCurrentMessage()
Return the current (i.e. |
Methods in org.apache.axis with parameters of type Message | |
void |
MessageContext.setRequestMessage(Message reqMsg)
Placeholder. |
void |
MessageContext.setResponseMessage(Message respMsg)
Placeholder. |
void |
MessageContext.setCurrentMessage(Message curMsg)
Set the current (i.e. |
Uses of Message in org.apache.axis.client |
Methods in org.apache.axis.client that return Message | |
Message |
ServiceClient.getResponseMessage()
Directly get the response message in our MessageContext. |
Methods in org.apache.axis.client with parameters of type Message | |
void |
ServiceClient.setRequestMessage(Message msg)
Directly set the request message in our MessageContext. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |