Uses of Interface
javax.xml.rpc.handler.MessageContext
-
Packages that use MessageContext 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 -
-
Uses of MessageContext in javax.xml.rpc.handler
Methods in javax.xml.rpc.handler with parameters of type MessageContext Modifier and Type Method Description booleanGenericHandler. handleFault(MessageContext context)ThehandleFaultmethod processes the SOAP faults based on the SOAP message processing model.booleanHandler. handleFault(MessageContext context)ThehandleFaultmethod processes the SOAP faults based on the SOAP message processing model.booleanHandlerChain. handleFault(MessageContext context)ThehandleFaultmethod initiates the SOAP fault processing for this handler chain.booleanGenericHandler. handleRequest(MessageContext context)ThehandleRequestmethod processes the request SOAP message.booleanHandler. handleRequest(MessageContext context)ThehandleRequestmethod processes the request message.booleanHandlerChain. handleRequest(MessageContext context)ThehandleRequestmethod initiates the request processing for this handler chain.booleanGenericHandler. handleResponse(MessageContext context)ThehandleResponsemethod processes the response message.booleanHandler. handleResponse(MessageContext context)ThehandleResponsemethod processes the response SOAP message.booleanHandlerChain. handleResponse(MessageContext context)ThehandleResponsemethod 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.soap Modifier and Type Interface Description interfaceSOAPMessageContextThe interfacejavax.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 Modifier and Type Method Description MessageContextServletEndpointContext. getMessageContext()The methodgetMessageContextreturns theMessageContexttargeted for this endpoint instance. -
Uses of MessageContext in org.apache.axis
Classes in org.apache.axis that implement MessageContext Modifier and Type Class Description classMessageContextA 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 Modifier and Type Method Description booleanHandlerChainImpl. handleFault(MessageContext _context)booleanHandlerChainImpl. handleRequest(MessageContext _context)booleanHandlerChainImpl. handleResponse(MessageContext context) -
Uses of MessageContext in org.apache.axis.transport.http
Methods in org.apache.axis.transport.http that return MessageContext Modifier and Type Method Description MessageContextServletEndpointContextImpl. getMessageContext()
-