|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
org.apache.axis | |
org.apache.axis.client | |
org.apache.axis.encoding |
Uses of Message in org.apache.axis |
Methods in org.apache.axis that return Message | |
Message |
MessagePart.getMessage()
Get the Message for this Part . |
Message |
MessageContext.getRequestMessage()
Get the request message. |
Message |
MessageContext.getResponseMessage()
Get the response message. |
Message |
MessageContext.getCurrentMessage()
Return the current (i.e. |
Methods in org.apache.axis with parameters of type Message | |
void |
MessagePart.setMessage(Message msg)
Set the Message for this Part. |
void |
MessageContext.setRequestMessage(Message reqMsg)
Set the request message, and make sure that message is associated with this MessageContext. |
void |
MessageContext.setResponseMessage(Message respMsg)
Set the response message, and make sure that message is associated with this MessageContext. |
void |
MessageContext.setCurrentMessage(Message curMsg)
Set the current (i.e. |
Constructors in org.apache.axis with parameters of type Message | |
MessagePart(Message parent,
Object initialContents,
boolean isBodyStream)
Create a new SOAPPart. |
Uses of Message in org.apache.axis.client |
Methods in org.apache.axis.client that return Message | |
Message |
Call.getResponseMessage()
Directly get the response message in our MessageContext. |
Methods in org.apache.axis.client with parameters of type Message | |
void |
Call.setRequestMessage(Message msg)
Directly set the request message in our MessageContext. |
protected void |
Call.addAttachmentParts(Message msg)
Stub out to allow ws4ee layer to add attachments to the message |
Uses of Message in org.apache.axis.encoding |
Methods in org.apache.axis.encoding that return Message | |
Message |
SerializationContextImpl.getCurrentMessage()
Return the current message |
Message |
SerializationContext.getCurrentMessage()
Get the current message. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |