| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MessageContext | |
| 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 | |
| Uses of MessageContext in javax.xml.rpc.handler | 
| Methods in javax.xml.rpc.handler with parameters of type MessageContext | |
|  boolean | HandlerChain.handleRequest(MessageContext context)The handleRequestmethod initiates the request
 processing for this handler chain. | 
|  boolean | HandlerChain.handleResponse(MessageContext context)The handleResponsemethod initiates the response
 processing for this handler chain. | 
|  boolean | HandlerChain.handleFault(MessageContext context)The handleFaultmethod initiates the SOAP
 fault processing for this handler chain. | 
|  boolean | Handler.handleRequest(MessageContext context)The handleRequestmethod processes the request message. | 
|  boolean | Handler.handleResponse(MessageContext context)The handleResponsemethod processes the response SOAP message. | 
|  boolean | Handler.handleFault(MessageContext context)The handleFaultmethod processes the SOAP faults
 based on the SOAP message processing model. | 
|  boolean | GenericHandler.handleRequest(MessageContext context)The handleRequestmethod processes the request
 SOAP message. | 
|  boolean | GenericHandler.handleResponse(MessageContext context)The handleResponsemethod processes the response
 message. | 
|  boolean | GenericHandler.handleFault(MessageContext context)The handleFaultmethod processes the SOAP faults
 based on the SOAP message processing model. | 
| Uses of MessageContext in javax.xml.rpc.handler.soap | 
| Subinterfaces of MessageContext in javax.xml.rpc.handler.soap | |
|  interface | SOAPMessageContextThe interface javax.xml.rpc.soap.SOAPMessageContextprovides access to the SOAP message for either RPC request or
 response. | 
| Uses of MessageContext in javax.xml.rpc.server | 
| Methods in javax.xml.rpc.server that return MessageContext | |
|  MessageContext | ServletEndpointContext.getMessageContext()The method getMessageContextreturns theMessageContexttargeted for this endpoint instance. | 
| Uses of MessageContext in org.apache.axis | 
| Classes in org.apache.axis that implement MessageContext | |
|  class | MessageContextA MessageContext is the Axis implementation of the javax SOAPMessageContext class, and is core to message processing in handlers and other parts of the system. | 
| Uses of MessageContext in org.apache.axis.handlers | 
| Methods in org.apache.axis.handlers with parameters of type MessageContext | |
|  boolean | HandlerChainImpl.handleFault(MessageContext _context) | 
|  boolean | HandlerChainImpl.handleRequest(MessageContext _context) | 
|  boolean | HandlerChainImpl.handleResponse(MessageContext context) | 
| Uses of MessageContext in org.apache.axis.transport.http | 
| Methods in org.apache.axis.transport.http that return MessageContext | |
|  MessageContext | ServletEndpointContextImpl.getMessageContext() | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||