|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
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. |
FeatureListValidator | Validates a list of WebServiceFeature instances when they are added to
the client or service binding. |
ImpliesWebServiceFeature | Deprecated. use FeatureListValidatorAnnotation |
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 Summary | |
---|---|
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 . |
ComponentsFeature | Allows registration of multiple Component s against the ComponentRegistry implementations
of the Container , WSEndpoint , WSService , or Stub . |
DistributedPropertySet | Deprecated. Use com.oracle.webservices.api.message.DistributedPropertySet instead. |
EndpointAddress | Represents the endpoint address URI. |
PropertySet | Deprecated. Use com.oracle.webservices.api.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 Summary | |
---|---|
ComponentFeature.Target | Targets the object on which the Component will be registered |
SOAPVersion | Version of SOAP (1.1 and 1.2). |
Annotation Types Summary | |
---|---|
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. |
FeatureListValidatorAnnotation | This annotation should be used on classes that extend WebServiceFeature in
order to specify the type of FeatureListValidator bean that will be invoked when
instances of the WebServiceFeature class are included in the list of features
that are added to a client or service binding. |
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.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |