@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) @Documented public @interface WebServiceFeatureAnnotation
WebServiceFeature
。
每个WebServiceFeature
注释注释注释必须包含与true
默认值类型的属性boolean
enabled
。
JAX-WS定义了以下WebServiceFeature
注释(Addressing
,MTOM
,RespectBinding
),然而,一个实现可以定义供应商的其他功能的具体注释。
注释注释的WebServiceFeatureAnnotation
必须WebServiceRef
标注相同”的目标,使生成的特征标注必要时可以使用与WebServiceRef
注释连接。
如果遇到一个注释注释JAX-WS实现与WebServiceFeatureAnnotation
并不承认它的错误必须给予支持。
Addressing
,
MTOM
,
RespectBinding
Modifier and Type | Required Element and Description |
---|---|
类<? extends WebServiceFeature> |
bean
的
WebServiceFeature 豆,与
WebServiceFeature 注释关联
|
String |
id
唯一标识符的webservicefeature。
|
public abstract String id
public abstract 类<? extends WebServiceFeature> bean
WebServiceFeature
豆,与
WebServiceFeature
注释关联
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.