public class UnmarshalledReferences extends Object
Constructor and Description |
---|
UnmarshalledReferences() |
Modifier and Type | Method and Description |
---|---|
Object |
getReferencedObject(int ref)
Retrieves an object referenced by an id
|
void |
putReferencedObject(int ref,
Object o)
Adds a referenced object to the list of references
|
public Object getReferencedObject(int ref)
ref
- referencepublic void putReferencedObject(int ref, Object o)
ref
- reference ido
- objectCopyright © 2012 JBoss by Red Hat. All Rights Reserved.