IBM WebSphere Application ServerTM
Release 8

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.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
 java.lang.Object getObject()
          Gets the representation of the WSSObject element as an Object.
 
Methods inherited from interface com.ibm.websphere.wssecurity.wssapi.XMLStructure
isFeatureSupported
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

getObject

java.lang.Object getObject()
Gets the representation of the WSSObject element as an Object.

Returns:
the representation of the WSSObject

IBM WebSphere Application ServerTM
Release 8