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