Interface | Description |
---|---|
Cancelable |
Interface for tasks that may be cancelled
|
Component |
Interface that allows components to hook up with each other.
|
ComponentEx |
Extended version of
Component . |
ComponentRegistry |
Registry for component delegates.
|
ImpliesWebServiceFeature |
Features, Providers, and JWS implementations can implement this interface to
receive a callback allowing them to modify the features enabled for a client
or endpoint binding.
|
ServiceSharedFeatureMarker |
Marker interface for
WebServiceFeature derived 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. |
WSBinding |
JAX-WS implementation of
Binding . |
WSFeatureList |
Read-only list of
WebServiceFeature s. |
Class | Description |
---|---|
BindingID |
Parsed binding ID string.
|
BindingIDFactory |
Extension point to plug in additional
BindingID parsing logic. |
ComponentFeature |
Allows registration of a
Component against the ComponentRegistry implementations
of the Container , WSEndpoint , WSService , or Stub . |
DistributedPropertySet | Deprecated
Use org.jvnet.ws.message.DistributedPropertySet instead.
|
EndpointAddress |
Represents the endpoint address URI.
|
PropertySet | Deprecated
Use org.jvnet.ws.message.PropertySet instead.
|
PropertySet.PropertyMap | Deprecated |
ResourceLoader |
Used to locate resources for jax-ws extensions.
|
WebServiceFeatureFactory |
Factory methods to get web service features from the corresponding
feature annotations
|
WSDLLocator |
Used to locate WSDL documents; particularly useful for J2EE deployment archives
|
WSService |
JAX-WS implementation of
ServiceDelegate . |
WSService.InitParams |
Typed parameter bag used by
WSService.create(URL, QName, InitParams) |
Enum | Description |
---|---|
ComponentFeature.Target |
Targets the object on which the Component will be registered
|
SOAPVersion |
Version of SOAP (1.1 and 1.2).
|
Annotation Type | Description |
---|---|
FeatureConstructor |
This annotation should be used on a constructor of classes extending
WebServiceFeature other than
Spec defined features, to help JAX-WS runtime recognize feature extensions. |
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.
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.