public abstract class WebServiceFeature extends Object
JAX-WS规范将定义一些标准的特点和JAX-WS实现自由定义额外的功能,如有必要。供应商的特定功能可能无法携带,所以应谨慎使用时,他们。每一个特征定义必须定义一个public static final String ID
可用于特征标注参考特征。此身份证必须是唯一的所有供应商的所有功能。在定义一个特定于供应商的特征标识时,在标识字符串中使用特定于特定于供应商的命名空间。
RespectBindingFeature
,
AddressingFeature
,
MTOMFeature
Modifier and Type | Field and Description |
---|---|
protected boolean |
enabled
指定是否启用或禁用该功能
|
Modifier | Constructor and Description |
---|---|
protected |
WebServiceFeature() |
public abstract String getID()
public boolean isEnabled()
true
如果启用此功能。
true
当且仅当启用该功能。
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.