Uses of Class
org.apache.axis.Message
-
Packages that use Message Package Description org.apache.axis org.apache.axis.client org.apache.axis.encoding org.apache.axis.transport.http org.apache.axis.utils -
-
Uses of Message in org.apache.axis
Methods in org.apache.axis that return Message Modifier and Type Method Description MessageMessageContext. getCurrentMessage()Return the current (i.e.MessageSOAPPart. getMessage()Get theMessagefor thisPart.MessageMessageContext. getRequestMessage()Get the request message.MessageMessageContext. getResponseMessage()Get the response message.Methods in org.apache.axis with parameters of type Message Modifier and Type Method Description voidMessageContext. setCurrentMessage(Message curMsg)Set the current message.voidSOAPPart. setMessage(Message msg)Set the Message for this Part.voidMessageContext. setRequestMessage(Message reqMsg)Set the request message, and make sure that message is associated with this MessageContext.voidMessageContext. setResponseMessage(Message respMsg)Set the response message, and make sure that message is associated with this MessageContext.Constructors in org.apache.axis with parameters of type Message Constructor Description SOAPPart(Message parent, java.lang.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 Modifier and Type Method Description MessageCall. getResponseMessage()Directly get the response message in our MessageContext.Methods in org.apache.axis.client with parameters of type Message Modifier and Type Method Description SOAPEnvelopeCall. invoke(Message msg)Invoke the service with a custom Message.voidCall. 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 Modifier and Type Method Description MessageSerializationContext. getCurrentMessage()Return the current message -
Uses of Message in org.apache.axis.transport.http
Methods in org.apache.axis.transport.http that return Message Modifier and Type Method Description protected MessageAbstractQueryStringHandler. convertExceptionToAxisFault(java.lang.Exception exception, Message responseMsg)turn any Exception into an AxisFault, log it, set the response status code according to what the specifications say and return a response message for posting.Methods in org.apache.axis.transport.http with parameters of type Message Modifier and Type Method Description protected MessageAbstractQueryStringHandler. convertExceptionToAxisFault(java.lang.Exception exception, Message responseMsg)turn any Exception into an AxisFault, log it, set the response status code according to what the specifications say and return a response message for posting. -
Uses of Message in org.apache.axis.utils
Methods in org.apache.axis.utils with parameters of type Message Modifier and Type Method Description static java.lang.StringXMLUtils. getEncoding(Message message, MessageContext msgContext)static java.lang.StringXMLUtils. getEncoding(Message message, MessageContext msgContext, XMLEncoder defaultEncoder)
-