| Package | Description | 
|---|---|
| com.tangosol.run.xml | 
 Contains classes providing basic XML related functionality. 
 | 
| com.tangosol.util | 
 Contains various generic utilities. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
XmlBean | 
XmlBean.ensureMutable()
Make sure that this XML bean is mutable. 
 | 
XmlBean | 
XmlBean.getParentXmlBean()
Obtain the XmlBean that contains this XmlBean. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
XmlBean.adopt(XmlBean child)
When an XmlBean adds a contained XmlBean, it should invoke this method
 to relate the contained XmlBean with this XmlBean. 
 | 
Object | 
PropertyAdapter.get(XmlBean bean)
Extract the property value from the passed bean reference. 
 | 
void | 
PropertyAdapter.set(XmlBean bean,
   Object o)
Store the property value in the passed bean. 
 | 
protected void | 
XmlBean.setParentXmlBean(XmlBean parent)
Specify the XmlBean that contains this XmlBean. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static XmlBean | 
ExternalizableHelper.readXmlBean(DataInput in,
           ClassLoader loader)
Read an XmlBean object from a DataInput stream. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ExternalizableHelper.writeXmlBean(DataOutput out,
            XmlBean bean)
Write an XmlBean object to a DataOutput stream. 
 |