API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.xml.ws
Author(s)
Since
Version
Serial
Description
This package contains the core JAX-WS APIs.
See also:   
AsyncHandler View Source The AsyncHandler interface is implemented by clients that wish to receive callback notification of the completion of service endpoint operations invoked asynchronously.
Binding View Source The Binding interface is the base interface for JAX-WS protocol bindings.
BindingProvider View Source The BindingProvider interface provides access to the protocol binding and associated context objects for request and response message processing.
BindingType View Source The BindingType annotation is used to specify the binding to use for a web service endpoint implementation class.
Dispatch View Source The Dispatch interface provides support for the dynamic invocation of a service endpoint operations.
Endpoint View Source A Web service endpoint.
Holder View Source Holds a value of type T.
LogicalMessage View Source The LogicalMessage interface represents a protocol agnostic XML message and contains methods that provide access to the payload of the message.
ProtocolException View Source The ProtocolException class is a base class for exceptions related to a specific protocol binding.
Provider View Source Service endpoints may implement the Provider interface as a dynamic alternative to an SEI.
RequestWrapper View Source Used to annotate methods in the Service Endpoint Interface with the request wrapper bean to be used at runtime.
Response View Source The Response interface provides methods used to obtain the payload and context of a message sent in response to an operation invocation.
ResponseWrapper View Source Used to annotate methods in the Service Endpoint Interface with the response wrapper bean to be used at runtime.
Service View Source Service objects provide the client view of a Web service.
Service.Mode View Source The orientation of a dynamic client or service.
ServiceMode View Source Used to indicate whether a Provider implementation wishes to work with entire protocol messages or just with protocol message payloads.
WebEndpoint View Source Used to annotate the getPortName() methods of a generated service interface.
WebFault View Source 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 View Source Used to annotate a generated service interface.
WebServiceContext View Source 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 View Source The WebServiceException class is the base exception class for all JAX-WS API runtime exceptions.
WebServicePermission View Source This class defines web service permissions.
WebServiceProvider View Source Used to annotate a Provider implementation class.
WebServiceRef View Source The WebServiceRef annotation is used to define a reference to a web service and (optionally) an injection target for it.
WebServiceRefs View Source The WebServiceRefs annotation allows multiple web service references to be declared at the class level.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar