public abstract class WebServiceFeature
extends java.lang.Object
The Jakarta XML Web Services specification will define some standard features and
Jakarta XML Web Services implementors are free to define additional features if
necessary. Vendor specific features may not be portable so
caution should be used when using them. Each Feature definition
MUST define a public static final String ID
that can be used in the Feature annotation to refer
to the feature. This ID MUST be unique across all features
of all vendors. When defining a vendor specific feature ID,
use a vendor specific namespace in the ID string.
RespectBindingFeature
,
AddressingFeature
,
MTOMFeature
Modifier and Type | Field and Description |
---|---|
protected boolean |
enabled
Specifies if the feature is enabled or disabled
|
Modifier | Constructor and Description |
---|---|
protected |
WebServiceFeature()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getID()
Get the unique identifier for this WebServiceFeature.
|
boolean |
isEnabled()
Returns
true if this feature is enabled. |