javax.xml.ws.addressing | |
javax.xml.ws.addressing.soap | |
javax.xml.ws.handler | This package defines APIs for message handlers. |
javax.xml.ws.handler.soap | This package defines APIs for SOAP 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 JAX-WS. |
javax.xml.ws.wsaddressing | This package defines APIs related to WS-Addressing. |
AsyncHandler | The AsyncHandler interface is implemented by
clients that wish to receive callback notification of the completion of
service endpoint operations invoked asynchronously. |
code | html |
Binding | The Binding interface is the base interface
for JAX-WS protocol bindings. |
code | html |
Binding21 | code | html | |
BindingProvider | The BindingProvider interface provides access to the
protocol binding and associated context objects for request and
response message processing. |
code | html |
Dispatch | The Dispatch interface provides support
for the dynamic invocation of a service endpoint operations. |
code | html |
LogicalMessage | The LogicalMessage interface represents a
protocol agnostic XML message and contains methods that
provide access to the payload of the message. |
code | html |
Provider | Service endpoints may implement the |
code | html |
Response | The Response interface provides methods used to obtain the
payload and context of a message sent in response to an operation
invocation. |
code | html |
WebServiceContext | 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. |
code | html |
WebServiceContext21 | code | html |
Endpoint | A Web service endpoint. | code | html |
Endpoint21 | code | html | |
EndpointReference | This class is only provided so JaxWS code can be compiled under Java6 update 4 which uses JaxWS 2.1. | code | html |
WebServiceFeature | This class is only provided so JaxWS code can be compiled under Java6 update 4 which uses JaxWS 2.1. | code | html |
Service.Mode | The orientation of a dynamic client or service. | code | html |
Action | 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. |
code | html |
BindingType | The BindingType annotation is used to
specify the binding to use for a web service
endpoint implementation class. |
code | html |
FaultAction | 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. |
code | html |
Holder | Holds a value of type T . |
code | html |
ProtocolException | The ProtocolException class is a
base class for exceptions related to a specific protocol binding. |
code | html |
RequestWrapper | Used to annotate methods in the Service Endpoint Interface with the request wrapper bean to be used at runtime. | code | html |
RespectBinding | This feature clarifies the use of the wsdl:binding
in a JAX-WS runtime. |
code | html |
RespectBindingFeature | This feature clarifies the use of the wsdl:binding
in a JAX-WS runtime. |
code | html |
ResponseWrapper | Used to annotate methods in the Service Endpoint Interface with the response wrapper bean to be used at runtime. | code | html |
Service | Service objects provide the client view of a Web service. |
code | html |
Service21 | code | html | |
ServiceMode | Used to indicate whether a Provider implementation wishes to work with entire protocol messages or just with protocol message payloads. | code | html |
WebEndpoint | Used to annotate the getPortName()
methods of a generated service interface. |
code | html |
WebFault | 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. | code | html |
WebServiceClient | Used to annotate a generated service interface. | code | html |
WebServiceException | The WebServiceException class is the base
exception class for all JAX-WS API runtime exceptions. |
code | html |
WebServicePermission | This class defines web service permissions. | code | html |
WebServiceProvider | Used to annotate a Provider implementation class. | code | html |
WebServiceRef | code | html | |
WebServiceRefs | code | html |