com.ibm.wsspi.wssecurity.wssapi
Interface WSSObjectStructure
-
- All Superinterfaces:
- java.io.Externalizable, java.io.Serializable, com.ibm.websphere.wssecurity.wssapi.XMLStructure
public interface WSSObjectStructure extends com.ibm.websphere.wssecurity.wssapi.XMLStructureThis 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
Methods Modifier and Type Method and Description java.lang.ObjectgetObject()Gets the representation of theWSSObjectelement as anObject.
-