Uses of Interface
javax.xml.rpc.handler.MessageContext
Packages that use MessageContext
Package
Description
This package defines APIs for SOAP Message Handlers
This package defines APIs for SOAP Message Handlers
This package defines APIs for the servlet based Jakarta XML RPC endpoint model.
-
Uses of MessageContext in javax.xml.rpc.handler
Methods in javax.xml.rpc.handler with parameters of type MessageContextModifier and TypeMethodDescriptionbooleanGenericHandler.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.soapModifier and TypeInterfaceDescriptioninterfaceThe 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 MessageContextModifier and TypeMethodDescriptionServletEndpointContext.getMessageContext()The methodgetMessageContextreturns theMessageContexttargeted for this endpoint instance.