Class and Description |
---|
AsyncHandler
The
AsyncHandler interface is implemented by
clients that wish to receive callback notification of the completion of
service endpoint operations invoked asynchronously. |
Binding
The
Binding interface is the base interface
for JAX-WS protocol bindings. |
BindingProvider
The
BindingProvider interface provides access to the
protocol binding and associated context objects for request and
response message processing. |
Dispatch
The
Dispatch 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.
|
Response
The
Response 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
The
WebServiceException 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.
|