Uses of Class org.apache.axis.Message

Uses in package org.apache.axis

Constructors with parameter type org.apache.axis.Message

SOAPPart.SOAPPart(Message parent, Object initialContents, boolean isBodyStream)
Create a new SOAPPart.

Methods with parameter type org.apache.axis.Message

void
Set the current message.
void
Set the Message for this Part.
void
Set the request message, and make sure that message is associated with this MessageContext.
void
Set the response message, and make sure that message is associated with this MessageContext.

Methods with return type org.apache.axis.Message

Message
Return the current (i.e.
Message
Get the Message for this Part.
Message
Get the request message.
Message
Get the response message.

Uses in package org.apache.axis.encoding

Methods with return type org.apache.axis.Message

Message
Return the current message

Uses in package org.apache.axis.utils

Methods with parameter type org.apache.axis.Message

String
String
XMLUtils.getEncoding(Message message, MessageContext msgContext, XMLEncoder defaultEncoder)

Uses in package org.apache.axis.transport.http

Methods with parameter type org.apache.axis.Message

Message
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 with return type org.apache.axis.Message

Message
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 in package org.apache.axis.client

Methods with parameter type org.apache.axis.Message

SOAPEnvelope
Invoke the service with a custom Message.
void
Directly set the request message in our MessageContext.

Methods with return type org.apache.axis.Message

Message
Directly get the response message in our MessageContext.

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.