Class RBEConfigObjectXML

java.lang.Object
COM.TIBCO.hawk.config.rbengine.RBEConfigObjectXML
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RBMapXML, RulebaseXML, SchedulesXML

public abstract class RBEConfigObjectXML extends Object implements Serializable
This class encapsulates a TIBCO Hawk configuration object in an XML representation.

See Also:
  • Constructor Details

    • RBEConfigObjectXML

      public RBEConfigObjectXML(RBEConfigObject co)
      Constructs a RBEConfigObjectXML from a specified RBEConfigObject.

      Throws:
      IllegalArgumentException - if cannot be constructed from the specified RBEConfigObject.
  • Method Details

    • getXMLString

      public String getXMLString()
      Returns a string that the represents the configutation in XML.

      Returns:
      a string that the represents the configutation in XML.
    • getXMLReader

      public Reader getXMLReader()
      Returns a Reader where the XML representation of this object can be retrieved.

      Returns:
      a Reader where the XML representation of this object can be retrieved.