FileDocCategorySizeDatePackage
WebServiceFeatureAnnotation.javaAPI DocJava SE 6 API1765Tue Jun 10 00:27:16 BST 2008javax.xml.ws.spi

WebServiceFeatureAnnotation

public class WebServiceFeatureAnnotation
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. JAX-WS defines the following WebServiceFeature annotations (Addressing, MTOM, RespectBinding), however, an implementation may define vendors specific annotations for other features. If a JAX-WS implementation encounters an annotation annotated with the WebServiceFeatureAnnotation that it does not recognize/support an error MUST be given.
see
javax.xml.ws.soap.Addressing
see
javax.xml.ws.soap.MTOM
see
javax.xml.ws.RespectBinding
since
JAX-WS 2.1

Fields Summary
Constructors Summary
Methods Summary
java.lang.Classbean()
The WebServiceFeature bean that is associated with the WebServiceFeature annotation

java.lang.Stringid()
Unique identifier for the WebServiceFeature. This identifier MUST be unique across all implementations of JAX-WS.