IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.wssecurity.wssapi
Interface XMLStructure

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

public interface XMLStructure
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
 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

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

IBM WebSphere Application ServerTM
Release 7