public abstract class WebServiceFeature extends Object
 JAX-WS规范将定义一些标准功能,如果需要,JAX-WS实现者可以自由定义其他功能。 供应商的具体功能可能不可移植,因此在使用时应谨慎使用。 每个功能定义必须定义一个public static final String ID可在功能注释被用于指所述特征。 该ID在所有供应商的所有功能上必须是唯一的。 在定义供应商特定功能ID时,请在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.