javax.xml.ws.spi |
This package defines SPIs for JAX-WS.
|
Java Source File Name | Type | Comment |
FactoryFinder.java | Class | |
Provider.java | Class | Service provider for ServiceDelegate and
Endpoint objects. |
ServiceDelegate.java | Class | Service delegates are used internally by Service objects
to allow pluggability of JAX-WS implementations.
Every Service object has its own delegate, created using
the
javax.xml.ws.spi.Provider.createServiceDelegate method. |
WebServiceFeatureAnnotation.java | Annotation | Annotation used to identify other annotations
as a WebServiceFeature .
Each WebServiceFeature annotation annotated with
this annotation MUST contain an
enabled property of type
boolean with a default value of true . |