Package com.sun.xml.ws.api
package com.sun.xml.ws.api
JAX-WS RI extension of JAX-WS API.
This package hosts classes/interfaces that directly extend the JAX-WS API. Sometimes objects of these types are passed to external components from higher layers, only to be passed back into other parts of the JAX-WS RI. By defining these types, we improve the type-safety in this scenario, while isolating the actual implementation classes.
Sometimes these types also define additional methods.
Types defined in package can only be implemented by the JAX-WS RI. The code internal to the JAX-WS RI may safely case instances of these types to their implementation classes. This warning doesn't apply to subpackages.
-
ClassDescriptionParsed binding ID string.Extension point to plug in additional
BindingIDparsing logic.Interface for tasks that may be cancelledInterface that allows components to hook up with each other.Extended version ofComponent.Allows registration of aComponentagainst theComponentRegistryimplementations of theContainer,WSEndpoint,WSService, orStub.Targets the object on which the Component will be registeredRegistry for component delegates.Allows registration of multipleComponents against theComponentRegistryimplementations of theContainer,WSEndpoint,WSService, orStub.Represents the endpoint address URI.This annotation should be used on a constructor of classes extendingWebServiceFeatureother than Spec defined features, to help JAX-WS runtime recognize feature extensions.Validates a list ofWebServiceFeatureinstances when they are added to the client or service binding.This annotation should be used on classes that extendWebServiceFeaturein order to specify the type ofFeatureListValidatorbean that will be invoked when instances of theWebServiceFeatureclass are included in the list of features that are added to a client or service binding.Deprecated.Used to locate resources for jax-ws extensions.Marker interface forWebServiceFeaturederived classes that when instances are specified in the feature list to a service delegate must be added to the feature list of any Stubs created by that delegate.Version of SOAP (1.1 and 1.2).Factory methods to get web service features from the corresponding feature annotationsJAX-WS implementation ofBinding.Used to locate WSDL documents; particularly useful for J2EE deployment archivesRead-only list ofWebServiceFeatures.JAX-WS implementation ofServiceDelegate.Typed parameter bag used byWSService.create(URL, QName, InitParams)
FeatureListValidatorAnnotation