com.ibm.websphere.wssecurity.wssapi

Interface XMLStructure

All Superinterfaces:
java.io.Externalizable, java.io.Serializable

  1. public interface XMLStructure
  2. extends java.io.Externalizable
This interface representation an XML structure from any namespace. The purpose of this interface is to group(and provide type safety for) all representations of XML structures.

Method Summary

Modifier and Type Method and Description
  1. boolean
isFeatureSupported(java.lang.String feature)
Indicates whether a specified feature is supported.
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal

Method Detail

isFeatureSupported

  1. boolean isFeatureSupported(java.lang.String feature)
  2. 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