javax.xml.ws |
This package contains the core JAX-WS APIs.
|
Java Source File Name | Type | Comment |
Action.java | Annotation | The Action annotation allows explicit association of a
WS-Addressing Action message addressing property with
input , output , and
fault messages of the mapped WSDL operation. |
AsyncHandler.java | Interface | The AsyncHandler interface is implemented by
clients that wish to receive callback notification of the completion of
service endpoint operations invoked asynchronously. |
Binding.java | Interface | The Binding interface is the base interface
for JAX-WS protocol bindings. |
BindingProvider.java | Interface | The BindingProvider interface provides access to the
protocol binding and associated context objects for request and
response message processing. |
BindingType.java | Annotation | The BindingType annotation is used to
specify the binding to use for a web service
endpoint implementation class. |
Dispatch.java | Interface | The Dispatch interface provides support
for the dynamic invocation of a service endpoint operations. |
Endpoint.java | Class | A Web service endpoint.
Endpoints are created using the static methods defined in this
class. |
EndpointReference.java | Class | This class represents an WS-Addressing EndpointReference
which is a remote reference to a web service endpoint. |
FaultAction.java | Annotation | The FaultAction annotation is used inside an
Action annotation to allow an explicit association of a WS-Addressing
Action message addressing property with the fault
messages of the WSDL operation mapped from the exception class.
In this version of JAX-WS there is no standard way to specify
Action values in a WSDL and there is no standard default value. |
Holder.java | Class | Holds a value of type T . |
LogicalMessage.java | Interface | The LogicalMessage interface represents a
protocol agnostic XML message and contains methods that
provide access to the payload of the message. |
ProtocolException.java | Class | The ProtocolException class is a
base class for exceptions related to a specific protocol binding. |
Provider.java | Interface | Service endpoints may implement the Provider
interface as a dynamic alternative to an SEI. |
RequestWrapper.java | Annotation | Used to annotate methods in the Service Endpoint Interface with the request
wrapper bean to be used at runtime. |
RespectBinding.java | Annotation | This feature clarifies the use of the wsdl:binding
in a JAX-WS runtime.
This feature is only useful with web services that have an
associated WSDL. |
RespectBindingFeature.java | Class | This feature clarifies the use of the wsdl:binding
in a JAX-WS runtime.
This feature is only useful with web services that have an
associated WSDL. |
Response.java | Interface | The Response interface provides methods used to obtain the
payload and context of a message sent in response to an operation
invocation.
For asynchronous operation invocations it provides additional methods
to check the status of the request. |
ResponseWrapper.java | Annotation | Used to annotate methods in the Service Endpoint Interface with the response
wrapper bean to be used at runtime. |
Service.java | Class | Service objects provide the client view of a Web service.
Service acts as a factory of the following:
|
ServiceMode.java | Annotation | Used to indicate whether a
Provider implementation wishes to work
with entire protocol messages or just with protocol message payloads. |
WebEndpoint.java | Annotation | Used to annotate the getPortName()
methods of a generated service interface.
The information specified in this annotation is sufficient
to uniquely identify a wsdl:port element
inside a wsdl:service . |
WebFault.java | Annotation | 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. |
WebServiceClient.java | Annotation | Used to annotate a generated service interface.
The information specified in this annotation is sufficient
to uniquely identify a wsdl:service
element inside a WSDL document. |
WebServiceContext.java | Interface | A WebServiceContext makes it possible for
a web service endpoint implementation class to access
message context and security information relative to
a request being served. |
WebServiceException.java | Class | The WebServiceException class is the base
exception class for all JAX-WS API runtime exceptions. |
WebServiceFeature.java | Class | A WebServiceFeature is used to represent a feature that can be
enabled or disabled for a web service. |
WebServicePermission.java | Class | This class defines web service permissions.
Web service Permissions are identified by name (also referred to as
a "target name") alone. |
WebServiceProvider.java | Annotation | Used to annotate a Provider implementation class. |
WebServiceRef.java | Annotation | The WebServiceRef annotation is used to
define a reference to a web service and
(optionally) an injection target for it. |
WebServiceRefs.java | Annotation | The WebServiceRefs annotation allows
multiple web service references to be declared at the
class level. |