com.ibm.websphere.wssecurity.wssapi
Interface XMLStructure
All Superinterfaces:
java.io.Externalizable, java.io.Serializable
- public interface XMLStructure
- extends java.io.Externalizable
Method Summary
Modifier and Type | Method and Description |
---|---|
|
isFeatureSupported(java.lang.String feature)
Indicates whether a specified feature is supported.
|
Methods inherited from interface java.io.Externalizable |
---|
readExternal, writeExternal |
Method Detail
isFeatureSupported
- boolean isFeatureSupported(java.lang.String feature)
- throws WSSException
Indicates whether a specified feature is supported.
Parameters:
feature
- the feature name (as an absolute URI) Returns:
true if the specified feature is supported. false if the other cases.
Throws:
WSSException
- if the feature is null