Interface XmlConfigurable

    • Method Detail

      • getConfig

        XmlElement getConfig()
        Deprecated.
        Determine the current configuration of the object.
        Returns:
        the XML configuration or null
      • setConfig

        void setConfig​(XmlElement xml)
        Deprecated.
        Specify the configuration for the object.
        Parameters:
        xml - the XML configuration for the object
        Throws:
        IllegalStateException - if the object is not in a state that allows the configuration to be set; for example, if the object has already been configured and cannot be reconfigured