Uses of Class
org.jgroups.conf.XmlConfigurator
-
Packages that use XmlConfigurator Package Description org.jgroups.conf Provides ways to configure a protocol stack. -
-
Uses of XmlConfigurator in org.jgroups.conf
Methods in org.jgroups.conf that return XmlConfigurator Modifier and Type Method Description static XmlConfiguratorXmlConfigurator. getInstance(java.io.InputStream stream)(package private) static XmlConfiguratorConfiguratorFactory. getXmlConfigurator(java.lang.String properties)Returns an XmlConfigurator based on the provided properties string (if possible).protected static XmlConfiguratorXmlConfigurator. parse(java.io.InputStream stream)protected static XmlConfiguratorXmlConfigurator. parse(XmlNode root)
-