-
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) @Documented public @interface WebServiceFeatureAnnotationAnnotation used to identify other annotations as aWebServiceFeature.Each
WebServiceFeatureannotation annotated with this annotation MUST contain anenabledproperty of typebooleanwith a default value oftrue.JAX-WS defines the following
WebServiceFeatureannotations (Addressing,MTOM,RespectBinding), however, an implementation may define vendors specific annotations for other features.Annotations annotated with
WebServiceFeatureAnnotationMUST have the same @Target ofWebServiceRefannotation, so that the resulting feature annotation can be used in conjunction with theWebServiceRefannotation if necessary.If a JAX-WS implementation encounters an annotation annotated with the
WebServiceFeatureAnnotationthat it does not recognize/support an error MUST be given.- Since:
- 1.6, JAX-WS 2.1
- See Also:
Addressing,MTOM,RespectBinding
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends WebServiceFeature>beanTheWebServiceFeaturebean that is associated with theWebServiceFeatureannotationjava.lang.StringidUnique identifier for the WebServiceFeature.
-
-
-
-
bean
java.lang.Class<? extends WebServiceFeature> bean
TheWebServiceFeaturebean that is associated with theWebServiceFeatureannotation- Returns:
- the
WebServiceFeaturebean
-
-