Handler
| The Handler interface
is the base interface for JAX-WS handlers. |
code | html |
HandlerResolver
| HandlerResolver is an interface implemented
by an application to get control over the handler chain
set on proxy/dispatch objects at the time of their creation. |
code | html |
LogicalHandler
| The LogicalHandler extends
Handler to provide typesafety for the message context parameter. |
code | html |
LogicalMessageContext
| The LogicalMessageContext interface extends
MessageContext to
provide access to a the contained message as a protocol neutral
LogicalMessage |
code | html |
MessageContext
| The interface MessageContext abstracts the message
context that is processed by a handler in the handle
method. |
code | html |
MessageContext21
| |
code | html |
PortInfo
| The PortInfo interface is used by a
HandlerResolver to query information about
the port it is being asked to create a handler chain for. |
code | html |