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
Method Summary
Modifier and Type | Method and Description |
---|---|
|
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()
Returns:
the representation of the WSSObject
WSSObject
element as anObject
.