Uses of Package
javax.xml.ws
-
Packages that use javax.xml.ws Package Description javax.xml.ws This package contains the core Jakarta XML Web Services APIs.javax.xml.ws.handler This package defines APIs for message handlers.javax.xml.ws.http This package defines APIs specific to the HTTP binding.javax.xml.ws.soap This package defines APIs specific to the SOAP binding.javax.xml.ws.spi This package defines SPIs for Jakarta XML Web Services.javax.xml.ws.wsaddressing This package defines APIs related to WS-Addressing. -
Classes in javax.xml.ws used by javax.xml.ws Class Description AsyncHandler TheAsyncHandler
interface is implemented by clients that wish to receive callback notification of the completion of service endpoint operations invoked asynchronously.Binding TheBinding
interface is the base interface for JAX-WS protocol bindings.BindingProvider TheBindingProvider
interface provides access to the protocol binding and associated context objects for request and response message processing.Dispatch TheDispatch
interface provides support for the dynamic invocation of a service endpoint operations.Endpoint A Web service endpoint.EndpointContext EndpointContext
allows multiple endpoints in an application to share any information.EndpointReference This class represents an WS-Addressing EndpointReference which is a remote reference to a web service endpoint.FaultAction 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.Response TheResponse
interface provides methods used to obtain the payload and context of a message sent in response to an operation invocation.Service Service
objects provide the client view of a Web service.Service.Mode The orientation of a dynamic client or service.WebServiceException TheWebServiceException
class is the base exception class for all JAX-WS API runtime exceptions.WebServiceFeature A WebServiceFeature is used to represent a feature that can be enabled or disabled for a web service.WebServiceRef TheWebServiceRef
annotation is used to define a reference to a web service and (optionally) an injection target for it. -
Classes in javax.xml.ws used by javax.xml.ws.handler Class Description LogicalMessage TheLogicalMessage
interface represents a protocol agnostic XML message and contains methods that provide access to the payload of the message. -
Classes in javax.xml.ws used by javax.xml.ws.http Class Description Binding TheBinding
interface is the base interface for JAX-WS protocol bindings.ProtocolException TheProtocolException
class is a base class for exceptions related to a specific protocol binding.WebServiceException TheWebServiceException
class is the base exception class for all JAX-WS API runtime exceptions. -
Classes in javax.xml.ws used by javax.xml.ws.soap Class Description Binding TheBinding
interface is the base interface for JAX-WS protocol bindings.ProtocolException TheProtocolException
class is a base class for exceptions related to a specific protocol binding.WebServiceException TheWebServiceException
class is the base exception class for all JAX-WS API runtime exceptions.WebServiceFeature A WebServiceFeature is used to represent a feature that can be enabled or disabled for a web service. -
Classes in javax.xml.ws used by javax.xml.ws.spi Class Description Dispatch TheDispatch
interface provides support for the dynamic invocation of a service endpoint operations.Endpoint A Web service endpoint.EndpointReference This class represents an WS-Addressing EndpointReference which is a remote reference to a web service endpoint.Service Service
objects provide the client view of a Web service.Service.Mode The orientation of a dynamic client or service.WebServiceContext AWebServiceContext
makes it possible for a web service endpoint implementation class to access message context and security information relative to a request being served.WebServiceFeature A WebServiceFeature is used to represent a feature that can be enabled or disabled for a web service. -
Classes in javax.xml.ws used by javax.xml.ws.wsaddressing Class Description EndpointReference This class represents an WS-Addressing EndpointReference which is a remote reference to a web service endpoint.