Frames | No Frames |
Methods with parameter type javax.xml.rpc.handler.MessageContext | |
boolean | The handleFault method processes the SOAP faults
based on the SOAP message processing model. |
boolean | The handleFault method processes the SOAP faults
based on the SOAP message processing model. |
boolean | The handleFault method initiates the SOAP
fault processing for this handler chain. |
boolean | The handleRequest method processes the request
SOAP message. |
boolean | The handleRequest method processes the request message. |
boolean | The handleRequest method initiates the request
processing for this handler chain. |
boolean | The handleResponse method processes the response
message. |
boolean | The handleResponse method processes the response SOAP message. |
boolean | The handleResponse method initiates the response
processing for this handler chain. |
Methods with parameter type javax.xml.rpc.handler.MessageContext | |
boolean | |
boolean | |
boolean |
Methods with return type javax.xml.rpc.handler.MessageContext | |
MessageContext |
Methods with return type javax.xml.rpc.handler.MessageContext | |
MessageContext | The method getMessageContext returns the
MessageContext targeted for this endpoint instance. |
Classes implementing javax.xml.rpc.handler.MessageContext | |
class | A MessageContext is the Axis implementation of the javax
SOAPMessageContext class, and is core to message processing
in handlers and other parts of the system. |