Uses of Class
org.apache.axis.Message
Packages that use Message
Package
Description
-
Uses of Message in org.apache.axis
Methods in org.apache.axis that return MessageModifier and TypeMethodDescriptionMessageContext.getCurrentMessage()
Return the current (i.e.SOAPPart.getMessage()
Get theMessage
for thisPart
.MessageContext.getRequestMessage()
Get the request message.MessageContext.getResponseMessage()
Get the response message.Methods in org.apache.axis with parameters of type MessageModifier and TypeMethodDescriptionvoid
MessageContext.setCurrentMessage
(Message curMsg) Set the current message.void
SOAPPart.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.Constructors in org.apache.axis with parameters of type Message -
Uses of Message in org.apache.axis.client
Methods in org.apache.axis.client that return MessageModifier and TypeMethodDescriptionCall.getResponseMessage()
Directly get the response message in our MessageContext.Methods in org.apache.axis.client with parameters of type MessageModifier and TypeMethodDescriptionInvoke the service with a custom Message.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 MessageModifier and TypeMethodDescriptionSerializationContext.getCurrentMessage()
Return the current message -
Uses of Message in org.apache.axis.transport.http
Methods in org.apache.axis.transport.http that return MessageModifier and TypeMethodDescriptionprotected Message
AbstractQueryStringHandler.convertExceptionToAxisFault
(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 MessageModifier and TypeMethodDescriptionprotected Message
AbstractQueryStringHandler.convertExceptionToAxisFault
(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 MessageModifier and TypeMethodDescriptionstatic String
XMLUtils.getEncoding
(Message message, MessageContext msgContext) static String
XMLUtils.getEncoding
(Message message, MessageContext msgContext, XMLEncoder defaultEncoder)