Frames | No Frames |
Methods with parameter type org.apache.axis.Message | |
String | |
String |
Constructors with parameter type org.apache.axis.Message | |
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. |
Methods with return type org.apache.axis.Message | |
Message | Return the current message
|
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. |
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. |