| Package | Description |
|---|---|
| javax.ejb |
Contains the Enterprise Bean classes
and interfaces that define the contracts between the enterprise bean
and its clients and between the enterprise bean and the enterprise bean container.
|
| javax.xml.rpc.handler |
This package defines APIs for SOAP Message Handlers
|
| Modifier and Type | Method and Description |
|---|---|
MessageContext |
SessionContext.getMessageContext()
Obtain a reference to the JAX-RPC MessageContext.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Handler.handleFault(MessageContext context)
The
handleFault method processes the SOAP faults
based on the SOAP message processing model. |
boolean |
GenericHandler.handleFault(MessageContext context)
The
handleFault method processes the SOAP faults
based on the SOAP message processing model. |
boolean |
HandlerChain.handleFault(MessageContext context)
The
handleFault method initiates the SOAP
fault processing for this handler chain. |
boolean |
Handler.handleRequest(MessageContext context)
The
handleRequest method processes the request
message. |
boolean |
GenericHandler.handleRequest(MessageContext context)
The
handleRequest method processes the request
SOAP message. |
boolean |
HandlerChain.handleRequest(MessageContext context)
The
handleRequest method initiates the request
processing for this handler chain. |
boolean |
Handler.handleResponse(MessageContext context)
The
handleResponse method processes the response
SOAP message. |
boolean |
GenericHandler.handleResponse(MessageContext context)
The
handleResponse method processes the response
message. |
boolean |
HandlerChain.handleResponse(MessageContext context)
The
handleResponse method initiates the response
processing for this handler chain. |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.