COM.TIBCO.hawk.config.rbengine
Class RBEConfigObjectXML

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

public abstract class RBEConfigObjectXML
extends java.lang.Object
implements java.io.Serializable

This class encapsulates a TIBCO Hawk configuration object in an XML representation.


Constructor Summary
RBEConfigObjectXML(RBEConfigObject co)
          Constructs a RBEConfigObjectXML from a specified RBEConfigObject.
 
Method Summary
 java.io.Reader getXMLReader()
          Returns a Reader where the XML representation of this object can be retrieved.
 java.lang.String getXMLString()
          Returns a string that the represents the configutation in XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RBEConfigObjectXML

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

Throws:
java.lang.IllegalArgumentException - if cannot be constructed from the specified RBEConfigObject.
Method Detail

getXMLString

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

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

getXMLReader

public java.io.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.


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.