Package | Description |
---|---|
org.apache.axis | |
org.apache.axis.client | |
org.apache.axis.encoding | |
org.apache.axis.transport.http | |
org.apache.axis.utils |
Modifier and Type | Method and Description |
---|---|
Message |
MessageContext.getCurrentMessage()
Return the current (i.e. request before the pivot, response after)
message.
|
Message |
SOAPPart.getMessage()
Get the
Message for this Part . |
Message |
MessageContext.getRequestMessage()
Get the request message.
|
Message |
MessageContext.getResponseMessage()
Get the response message.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Constructor and Description |
---|
SOAPPart(Message parent,
Object initialContents,
boolean isBodyStream)
Create a new SOAPPart.
|
Modifier and Type | Method and Description |
---|---|
Message |
Call.getResponseMessage()
Directly get the response message in our MessageContext.
|
Modifier and Type | Method and Description |
---|---|
SOAPEnvelope |
Call.invoke(Message msg)
Invoke the service with a custom Message.
|
void |
Call.setRequestMessage(Message msg)
Directly set the request message in our MessageContext.
|
Modifier and Type | Method and Description |
---|---|
Message |
SerializationContext.getCurrentMessage()
Return the current message
|
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Modifier and Type | Method and Description |
---|---|
static String |
XMLUtils.getEncoding(Message message,
MessageContext msgContext) |
static String |
XMLUtils.getEncoding(Message message,
MessageContext msgContext,
XMLEncoder defaultEncoder) |
Copyright © The Apache Software Foundation. All Rights Reserved.