Uses of Package
jakarta.xml.ws
Package
Description
This package contains the core Jakarta XML Web Services APIs.
This package defines APIs for message handlers.
This package defines APIs specific to the HTTP binding.
This package defines APIs specific to the SOAP binding.
This package defines SPIs for Jakarta XML Web Services.
This package defines APIs related to WS-Addressing.
-
ClassDescriptionThe
AsyncHandler
interface is implemented by clients that wish to receive callback notification of the completion of service endpoint operations invoked asynchronously.TheBinding
interface is the base interface for Jakarta XML Web Services protocol bindings.TheBindingProvider
interface provides access to the protocol binding and associated context objects for request and response message processing.TheDispatch
interface provides support for the dynamic invocation of a service endpoint operations.A Web service endpoint.EndpointContext
allows multiple endpoints in an application to share any information.This class represents an WS-Addressing EndpointReference which is a remote reference to a web service endpoint.TheResponse
interface provides methods used to obtain the payload and context of a message sent in response to an operation invocation.Service
objects provide the client view of a Web service.The orientation of a dynamic client or service.TheWebServiceException
class is the base exception class for all Jakarta XML Web Services API runtime exceptions.A WebServiceFeature is used to represent a feature that can be enabled or disabled for a web service. -
ClassDescriptionThe
LogicalMessage
interface represents a protocol agnostic XML message and contains methods that provide access to the payload of the message. -
ClassDescriptionThe
Binding
interface is the base interface for Jakarta XML Web Services protocol bindings.TheProtocolException
class is a base class for exceptions related to a specific protocol binding.TheWebServiceException
class is the base exception class for all Jakarta XML Web Services API runtime exceptions. -
ClassDescriptionThe
Binding
interface is the base interface for Jakarta XML Web Services protocol bindings.TheProtocolException
class is a base class for exceptions related to a specific protocol binding.TheWebServiceException
class is the base exception class for all Jakarta XML Web Services API runtime exceptions.A WebServiceFeature is used to represent a feature that can be enabled or disabled for a web service. -
ClassDescriptionThe
Dispatch
interface provides support for the dynamic invocation of a service endpoint operations.A Web service endpoint.This class represents an WS-Addressing EndpointReference which is a remote reference to a web service endpoint.Service
objects provide the client view of a Web service.The orientation of a dynamic client or service.AWebServiceContext
makes it possible for a web service endpoint implementation class to access message context and security information relative to a request being served.A WebServiceFeature is used to represent a feature that can be enabled or disabled for a web service. -
ClassDescriptionThis class represents an WS-Addressing EndpointReference which is a remote reference to a web service endpoint.