@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.