Package COM.TIBCO.hawk.config.rbengine
Class RBEConfigObjectXML
java.lang.Object
COM.TIBCO.hawk.config.rbengine.RBEConfigObjectXML
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RBMapXML,RulebaseXML,SchedulesXML
This class encapsulates a TIBCO Hawk configuration object
in an XML representation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a RBEConfigObjectXML from a specified RBEConfigObject. -
Method Summary
Modifier and TypeMethodDescriptionReturns a Reader where the XML representation of this object can be retrieved.Returns a string that the represents the configutation in XML.
-
Constructor Details
-
RBEConfigObjectXML
Constructs a RBEConfigObjectXML from a specified RBEConfigObject.- Throws:
IllegalArgumentException- if cannot be constructed from the specified RBEConfigObject.
-
-
Method Details
-
getXMLString
Returns a string that the represents the configutation in XML.- Returns:
- a string that the represents the configutation in XML.
-
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.
-