Uses of Interface
javax.xml.rpc.handler.MessageContext
Packages that use MessageContext
Package
Description
-
Uses of MessageContext in javax.xml.rpc.handler
Methods in javax.xml.rpc.handler with parameters of type MessageContextModifier and TypeMethodDescriptionboolean
GenericHandler.handleFault
(MessageContext context) ThehandleFault
method processes the SOAP faults based on the SOAP message processing model.boolean
Handler.handleFault
(MessageContext context) ThehandleFault
method processes the SOAP faults based on the SOAP message processing model.boolean
HandlerChain.handleFault
(MessageContext context) ThehandleFault
method initiates the SOAP fault processing for this handler chain.boolean
GenericHandler.handleRequest
(MessageContext context) ThehandleRequest
method processes the request SOAP message.boolean
Handler.handleRequest
(MessageContext context) ThehandleRequest
method processes the request message.boolean
HandlerChain.handleRequest
(MessageContext context) ThehandleRequest
method initiates the request processing for this handler chain.boolean
GenericHandler.handleResponse
(MessageContext context) ThehandleResponse
method processes the response message.boolean
Handler.handleResponse
(MessageContext context) ThehandleResponse
method processes the response SOAP message.boolean
HandlerChain.handleResponse
(MessageContext context) ThehandleResponse
method initiates the response processing for this handler chain. -
Uses of MessageContext in javax.xml.rpc.handler.soap
Subinterfaces of MessageContext in javax.xml.rpc.handler.soapModifier and TypeInterfaceDescriptioninterface
The interfacejavax.xml.rpc.soap.SOAPMessageContext
provides 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 MessageContextModifier and TypeMethodDescriptionServletEndpointContext.getMessageContext()
The methodgetMessageContext
returns theMessageContext
targeted for this endpoint instance. -
Uses of MessageContext in org.apache.axis
Classes in org.apache.axis that implement MessageContextModifier and TypeClassDescriptionclass
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. -
Uses of MessageContext in org.apache.axis.handlers
Methods in org.apache.axis.handlers with parameters of type MessageContextModifier and TypeMethodDescriptionboolean
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