Package | Description |
---|---|
jakarta.xml.ws |
This package contains the core Jakarta XML Web Services APIs.
|
jakarta.xml.ws.handler |
This package defines APIs for message handlers.
|
jakarta.xml.ws.handler.soap |
This package defines APIs for SOAP message handlers.
|
Modifier and Type | Method and Description |
---|---|
MessageContext |
WebServiceContext.getMessageContext()
Returns the
MessageContext for the request being served
at the time this method is called. |
Modifier and Type | Interface and Description |
---|---|
interface |
Handler<C extends MessageContext>
The
Handler interface
is the base interface for Jakarta XML Web Services handlers. |
Modifier and Type | Interface and Description |
---|---|
interface |
LogicalMessageContext
The
LogicalMessageContext interface extends
MessageContext to
provide access to a the contained message as a protocol neutral
LogicalMessage |
Modifier and Type | Method and Description |
---|---|
void |
Handler.close(MessageContext context)
Called at the conclusion of a message exchange pattern just prior to
the Jakarta XML Web Services runtime dispatching a message, fault or exception.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SOAPMessageContext
The interface
SOAPMessageContext
provides access to the SOAP message for either RPC request or
response. |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.