Uses of Class
org.apache.axis.Message

Packages that use Message
org.apache.axis   
org.apache.axis.attachments   
org.apache.axis.client   
org.apache.axis.encoding   
 

Uses of Message in org.apache.axis
 

Methods in org.apache.axis that return Message
 Message Part.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 Part.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
Part(Message parent)
          Fill in the Message field.
SOAPPart(Message parent, java.lang.Object initialContents, boolean isBodyStream)
          Do not call this directly! Should only be called by Message.
 

Uses of Message in org.apache.axis.attachments
 

Constructors in org.apache.axis.attachments with parameters of type Message
AttachmentPart(Message parent)
          Do not call this directly! This should only be called by the AttachmentsImpl object.
AttachmentPart(Message parent, javax.activation.DataHandler dh)
           
AttachmentsImpl(Message msg, java.lang.Object intialContents, java.lang.String contentType, java.lang.String contentLocation)
          Construct one of these on a parent Message.
 

Uses of Message in org.apache.axis.client
 

Methods in org.apache.axis.client that return Message
 Message ServiceClient.getResponseMessage()
          Deprecated. Directly get the response message in our MessageContext.
 Message Call.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)
          Deprecated. Directly set the request message in our MessageContext.
 void Call.setRequestMessage(Message msg)
          Directly set the request message in our MessageContext.
 

Uses of Message in org.apache.axis.encoding
 

Methods in org.apache.axis.encoding that return Message
 Message SerializationContext.getCurrentMessage()
          Return the current message
 



Copyright © 2001 Apache XML Project. All Rights Reserved.