com.ibm.wsspi.wssecurity.wssapi

Interface OMStructure

All Superinterfaces:
java.io.Externalizable, java.io.Serializable, com.ibm.websphere.wssecurity.wssapi.XMLStructure

  1. public interface OMStructure
  2. extends com.ibm.websphere.wssecurity.wssapi.XMLStructure
This interface represents the OM structure. The purpose of this interface is to group(and provide type safety for) all representations of OM structures.

Method Summary

Modifier and Type Method and Description
  1. org.apache.axiom.om.OMElement
getNode()
Gets the representation of OM structure as a OMElement.
Methods inherited from interface com.ibm.websphere.wssecurity.wssapi.XMLStructure
isFeatureSupported
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal

Method Detail

getNode

  1. org.apache.axiom.om.OMElement getNode( )
Gets the representation of OM structure as a OMElement.
Returns:
the representation of OM structure