| Interface | Description |
|---|---|
| HandlerInvoker |
This interface represents a class that will be called by the
JAX-WS EndpointController to handle the invocation of both
inbound and outbound handlers.
|
| HandlerPostInvoker | |
| HandlerPreInvoker |
| Class | Description |
|---|---|
| AttachmentsAdapter |
The JAX-WS exposes attachment properties whose value is Map
|
| BaseMessageContext |
BaseMessageContext is the base class for the two handler message contexts:
SoapMessageContext and LogicalMessageContext.
|
| Constants | |
| HandlerChainProcessor | |
| HandlerInvocationContext |
This data bean will be passed to the HandlerInvoker instance.
|
| HandlerInvokerUtils | |
| HandlerResolverImpl | |
| HandlerUtils | |
| LogicalMessageContext |
The LogicalMessageContext is a JAX-WS interface that is given to Logical handlers to provide
access to the message and its associated properties.
|
| LogicalMessageImpl | |
| MEPContext |
The MEPContext is the version of the MessageContext
that will be given to application handlers as the handler list
is traversed.
|
| SOAPHeadersAdapter |
The JAX-WS exposes soap header properties whose value is Map
|
| SoapMessageContext |
The SOAPMessageContext is the context handed to SOAP-based application handlers.
|
| TransportHeadersAdapter |
The JAX-WS exposes transport properties whose value is Map
|
| Enum | Description |
|---|---|
| HandlerChainProcessor.Direction | |
| HandlerChainProcessor.MEP | |
| HandlerChainProcessor.TRACKER |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.