Uses of Class
com.tangosol.run.xml.XmlBean
Package
Description
Contains classes providing basic XML related functionality.
Contains various generic utilities.
-
Uses of XmlBean in com.tangosol.run.xml
Modifier and TypeMethodDescriptionXmlBean.ensureMutable()
Make sure that this XML bean is mutable.XmlBean.getParentXmlBean()
Obtain the XmlBean that contains this XmlBean.Modifier and TypeMethodDescriptionprotected void
When an XmlBean adds a contained XmlBean, it should invoke this method to relate the contained XmlBean with this XmlBean.Extract the property value from the passed bean reference.void
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
Modifier and TypeMethodDescriptionstatic XmlBean
ExternalizableHelper.readXmlBean
(DataInput in, ClassLoader loader) Read an XmlBean object from a DataInput stream.Modifier and TypeMethodDescriptionstatic void
ExternalizableHelper.writeXmlBean
(DataOutput out, XmlBean bean) Write an XmlBean object to a DataOutput stream.