Uses of Class
com.tangosol.run.xml.XmlBean
-
Packages that use XmlBean Package Description com.tangosol.run.xml Contains classes providing basic XML related functionality.com.tangosol.util Contains various generic utilities. -
-
Uses of XmlBean in com.tangosol.run.xml
Methods in com.tangosol.run.xml that return XmlBean Modifier and Type Method Description XmlBean
XmlBean. ensureMutable()
Make sure that this XML bean is mutable.XmlBean
XmlBean. getParentXmlBean()
Obtain the XmlBean that contains this XmlBean.Methods in com.tangosol.run.xml with parameters of type XmlBean Modifier and Type Method 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. -
Uses of XmlBean in com.tangosol.util
Methods in com.tangosol.util that return XmlBean Modifier and Type Method Description static XmlBean
ExternalizableHelper. readXmlBean(DataInput in, ClassLoader loader)
Read an XmlBean object from a DataInput stream.Methods in com.tangosol.util with parameters of type XmlBean Modifier and Type Method Description static void
ExternalizableHelper. writeXmlBean(DataOutput out, XmlBean bean)
Write an XmlBean object to a DataOutput stream.
-