All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description Action TheAction
annotation allows explicit association of a WS-AddressingAction
message addressing property withinput
,output
, andfault
messages of the mapped WSDL operation.Addressing This annotation represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.AddressingFeature AddressingFeature represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.AddressingFeature.Responses If addressing is enabled, this property determines if endpoint requires the use of only anonymous responses, or only non-anonymous responses, or all.AsyncHandler<T> 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.BindingType TheBindingType
annotation is used to specify the binding to use for a web service endpoint implementation class.Dispatch<T> 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.Handler<C extends MessageContext> TheHandler
interface is the base interface for JAX-WS handlers.HandlerResolver HandlerResolver
is an interface implemented by an application to get control over the handler chain set on proxy/dispatch objects at the time of their creation.Holder<T> Holds a value of typeT
.HTTPBinding TheHTTPBinding
interface is an abstraction for the XML/HTTP binding.HttpContext HttpContext represents a mapping between the root URI path of a web service to aHttpHandler
which is invoked to handle requests destined for that path on the associated container.HTTPException TheHTTPException
exception represents a XML/HTTP fault.HttpExchange This class encapsulates a HTTP request received and a response to be generated in one exchange.HttpHandler A handler which is invoked to process HTTP requests.Invoker Invoker hides the detail of calling into application endpoint implementation.LogicalHandler<C extends LogicalMessageContext> TheLogicalHandler
extends Handler to provide typesafety for the message context parameter.LogicalMessage TheLogicalMessage
interface represents a protocol agnostic XML message and contains methods that provide access to the payload of the message.LogicalMessageContext TheLogicalMessageContext
interface extendsMessageContext
to provide access to a the contained message as a protocol neutral LogicalMessageMessageContext The interfaceMessageContext
abstracts the message context that is processed by a handler in thehandle
method.MessageContext.Scope Property scope.MTOM This feature represents the use of MTOM with a web service.MTOMFeature This feature represents the use of MTOM with a web service.PortInfo ThePortInfo
interface is used by aHandlerResolver
to query information about the port it is being asked to create a handler chain for.ProtocolException TheProtocolException
class is a base class for exceptions related to a specific protocol binding.Provider<T> Service endpoints may implement theProvider
interface as a dynamic alternative to an SEI.Provider Service provider forServiceDelegate
andEndpoint
objects.RequestWrapper Used to annotate methods in the Service Endpoint Interface with the request wrapper bean to be used at runtime.RespectBinding This feature clarifies the use of thewsdl:binding
in a JAX-WS runtime.RespectBindingFeature This feature clarifies the use of thewsdl:binding
in a JAX-WS runtime.Response<T> TheResponse
interface provides methods used to obtain the payload and context of a message sent in response to an operation invocation.ResponseWrapper Used to annotate methods in the Service Endpoint Interface with the response wrapper bean to be used at runtime.Service Service
objects provide the client view of a Web service.Service.Mode The orientation of a dynamic client or service.ServiceDelegate Service delegates are used internally byService
objects to allow pluggability of JAX-WS implementations.ServiceMode Used to indicate whether aProvider
implementation wishes to work with entire protocol messages or just with protocol message payloads.SOAPBinding TheSOAPBinding
interface is an abstraction for the SOAP binding.SOAPFaultException TheSOAPFaultException
exception represents a SOAP 1.1 or 1.2 fault.SOAPHandler<T extends SOAPMessageContext> TheSOAPHandler
class extendsHandler
to provide typesafety for the message context parameter and add a method to obtain access to the headers that may be processed by the handler.SOAPMessageContext The interfaceSOAPMessageContext
provides access to the SOAP message for either RPC request or response.W3CEndpointReference This class represents a W3C Addressing EndpointReferece which is a remote reference to a web service endpoint that supports the W3C WS-Addressing 1.0 - Core Recommendation.W3CEndpointReferenceBuilder This class is used to buildW3CEndpointReference
instances.WebEndpoint Used to annotate thegetPortName()
methods of a generated service interface.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.WebServiceClient Used to annotate a generated service interface.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.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.WebServiceFeatureAnnotation Annotation used to identify other annotations as aWebServiceFeature
.WebServicePermission This class defines web service permissions.WebServiceProvider Used to annotate a Provider implementation class.WebServiceRef TheWebServiceRef
annotation is used to define a reference to a web service and (optionally) an injection target for it.WebServiceRefs TheWebServiceRefs
annotation allows multiple web service references to be declared at the class level.