| Package | Description |
|---|---|
| javax.xml.rpc.handler | |
| javax.xml.rpc.handler.soap | |
| javax.xml.rpc.server | |
| org.apache.axis | |
| org.apache.axis.handlers | |
| org.apache.axis.transport.http |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HandlerChain.handleFault(MessageContext context)
The
handleFault method initiates the SOAP
fault processing for this handler chain. |
boolean |
Handler.handleFault(MessageContext context)
The
handleFault method processes the SOAP faults
based on the SOAP message processing model. |
boolean |
GenericHandler.handleFault(MessageContext context)
The
handleFault method processes the SOAP faults
based on the SOAP message processing model. |
boolean |
HandlerChain.handleRequest(MessageContext context)
The
handleRequest method initiates the request
processing for this handler chain. |
boolean |
Handler.handleRequest(MessageContext context)
The
handleRequest method processes the request message. |
boolean |
GenericHandler.handleRequest(MessageContext context)
The
handleRequest method processes the request
SOAP message. |
boolean |
HandlerChain.handleResponse(MessageContext context)
The
handleResponse method initiates the response
processing for this handler chain. |
boolean |
Handler.handleResponse(MessageContext context)
The
handleResponse method processes the response SOAP message. |
boolean |
GenericHandler.handleResponse(MessageContext context)
The
handleResponse method processes the response
message. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SOAPMessageContext
The interface
javax.xml.rpc.soap.SOAPMessageContext
provides access to the SOAP message for either RPC request or
response. |
| Modifier and Type | Method and Description |
|---|---|
MessageContext |
ServletEndpointContext.getMessageContext()
The method
getMessageContext returns the
MessageContext targeted for this endpoint instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageContext
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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HandlerChainImpl.handleFault(MessageContext _context) |
boolean |
HandlerChainImpl.handleRequest(MessageContext _context) |
boolean |
HandlerChainImpl.handleResponse(MessageContext context) |
| Modifier and Type | Method and Description |
|---|---|
MessageContext |
ServletEndpointContextImpl.getMessageContext() |
Copyright © The Apache Software Foundation. All Rights Reserved.