Module jakarta.xml.ws
Package jakarta.xml.ws
package jakarta.xml.ws
This package contains the core Jakarta XML Web Services APIs.
References in this document to JAX-WS refer to the Jakarta XML Web Services unless otherwise noted.
References in this document to JAXB refer to the Jakarta XML Binding unless otherwise noted.
-
ClassDescriptionThe
Action
annotation allows explicit association of a WS-AddressingAction
message addressing property withinput
,output
, andfault
messages of the mapped WSDL operation.AsyncHandler<T>TheAsyncHandler
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.TheBindingType
annotation is used to specify the binding to use for a web service endpoint implementation class.Dispatch<T>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.TheFaultAction
annotation is used inside anAction
annotation to allow an explicit association of a WS-AddressingAction
message addressing property with thefault
messages of the WSDL operation mapped from the exception class.Holder<T>Holds a value of typeT
.TheLogicalMessage
interface represents a protocol agnostic XML message and contains methods that provide access to the payload of the message.TheProtocolException
class is a base class for exceptions related to a specific protocol binding.Provider<T>Service endpoints may implement theProvider
interface as a dynamic alternative to an SEI.Used to annotate methods in the Service Endpoint Interface with the request wrapper bean to be used at runtime.This feature clarifies the use of thewsdl:binding
in a Jakarta XML Web Services runtime.This feature clarifies the use of thewsdl:binding
in a Jakarta XML Web Services runtime.Response<T>TheResponse
interface provides methods used to obtain the payload and context of a message sent in response to an operation invocation.Used to annotate methods in the Service Endpoint Interface with the response wrapper bean to be used at runtime.Service
objects provide the client view of a Web service.The orientation of a dynamic client or service.Used to indicate whether aProvider
implementation wishes to work with entire protocol messages or just with protocol message payloads.Used to annotate thegetPortName()
methods of a generated service interface.Used to annotate service specific exception classes to customize to the local and namespace name of the fault element and the name of the fault bean.Used to annotate a generated service interface.AWebServiceContext
makes it possible for a web service endpoint implementation class to access message context and security information relative to a request being served.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.This class defines web service permissions.Used to annotate a Provider implementation class.TheWebServiceRef
annotation is used to define a reference to a web service and (optionally) an injection target for it.TheWebServiceRefs
annotation allows multiple web service references to be declared at the class level.