|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageContext | |
javax.ejb | |
javax.xml.rpc.handler | |
javax.xml.rpc.handler.soap | |
javax.xml.rpc.server |
Uses of MessageContext in javax.ejb |
Methods in javax.ejb that return MessageContext | |
MessageContext |
SessionContext.getMessageContext()
Obtain a reference to the JAX-RPC MessageContext. |
Uses of MessageContext in javax.xml.rpc.handler |
Methods in javax.xml.rpc.handler with parameters of type MessageContext | |
boolean |
HandlerChain.handleRequest(MessageContext msgContext)
The handleRequest method initiates the request processing for this handler chain. |
boolean |
HandlerChain.handleResponse(MessageContext msgContext)
The handleResponse method initiates the response processing for this handler chain. |
boolean |
HandlerChain.handleFault(MessageContext msgContext)
The handleFault method initiates the SOAP fault processing for this handler chain. |
boolean |
Handler.handleRequest(MessageContext msgContext)
The handleRequest method processes the request message. |
boolean |
Handler.handleResponse(MessageContext msgContext)
The handleResponse method processes the response SOAP message. |
boolean |
Handler.handleFault(MessageContext msgContext)
The handleFault method processes the SOAP faults based on the SOAP message processing model. |
boolean |
GenericHandler.handleRequest(MessageContext msgContext)
The handleRequest method processes the request SOAP message. |
boolean |
GenericHandler.handleResponse(MessageContext msgContext)
The handleResponse method processes the response message. |
boolean |
GenericHandler.handleFault(MessageContext msgContext)
The handleFault method 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 |
SOAPMessageContext
This interface 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 MessageContext | |
MessageContext |
ServletEndpointContext.getMessageContext()
The method getMessageContext returns the MessageContext targeted for this endpoint instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |