public class XMLObjectSource extends Object
XMLObject was parsed and unmarshalled.
It will typically be attached to an XML object via its
XMLObject.getObjectMetadata().
This may be optionally used by some components to re-persist the object in a more performant manner, at the expense of carrying the additional in-memory storage.
If present, it will be removed from the object when the object is
mutated. See AbstractXMLObject.releaseDOM(), which is invoked by
the various overloaded prepareForAssignment methods there.
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
source
The object source byte[].
|
| Constructor and Description |
|---|
XMLObjectSource(byte[] objectSource)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getObjectSource()
Get the object source byte[].
|
int |
hashCode() |
String |
toString() |
@Nonnull public byte[] getObjectSource()
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.