Uses of Package
javax.xml.ws.handler
-
Packages that use javax.xml.ws.handler Package Description javax.xml.ws This package contains the core JAX-WS APIs.javax.xml.ws.handler This package defines APIs for message handlers.javax.xml.ws.handler.soap This package defines APIs for SOAP message handlers.javax.xml.ws.spi This package defines SPIs for JAX-WS. -
Classes in javax.xml.ws.handler used by javax.xml.ws Class and Description Handler TheHandler
interface is the base interface for JAX-WS handlers.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.MessageContext The interfaceMessageContext
abstracts the message context that is processed by a handler in thehandle
method. -
Classes in javax.xml.ws.handler used by javax.xml.ws.handler Class and Description Handler TheHandler
interface is the base interface for JAX-WS handlers.LogicalMessageContext TheLogicalMessageContext
interface extendsMessageContext
to provide access to a the contained message as a protocol neutral LogicalMessageMessageContext The interfaceMessageContext
abstracts the message context that is processed by a handler in thehandle
method.MessageContext.Scope Property scope.PortInfo ThePortInfo
interface is used by aHandlerResolver
to query information about the port it is being asked to create a handler chain for. -
Classes in javax.xml.ws.handler used by javax.xml.ws.handler.soap Class and Description Handler TheHandler
interface is the base interface for JAX-WS handlers.MessageContext The interfaceMessageContext
abstracts the message context that is processed by a handler in thehandle
method. -
Classes in javax.xml.ws.handler used by javax.xml.ws.spi Class and Description 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.
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.