public abstract class RBEConfigObjectXML
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
RBEConfigObjectXML(RBEConfigObject co)
Constructs a RBEConfigObjectXML from a specified RBEConfigObject.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public RBEConfigObjectXML(RBEConfigObject co)
java.lang.IllegalArgumentException
- if cannot be constructed from
the specified RBEConfigObject.public java.lang.String getXMLString()
public java.io.Reader getXMLReader()
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.