org.apache.geronimo.deployment.plugin
Class XmlBeanSupport

java.lang.Object
  extended by org.apache.geronimo.deployment.plugin.XmlBeanSupport
Direct Known Subclasses:
AdminObjectInstance, Artifact, ConfigHolder, ConfigPropertySetting, ConfigPropertySettings, ConnectionDefinition, ConnectionDefinitionInstance, ConnectionManager, DConfigBeanSupport, EnvironmentData, HasPattern, ResourceAdapter, SinglePool

public abstract class XmlBeanSupport
extends Object


Field Summary
protected  PropertyChangeSupport pcs
           
 
Constructor Summary
XmlBeanSupport(org.apache.xmlbeans.XmlObject xmlObject)
           
 
Method Summary
 void addPropertyChangeListener(PropertyChangeListener pcl)
           
 boolean configured()
           
 void fromXML(InputStream inputStream)
           
protected  org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()
           
protected  org.apache.xmlbeans.XmlObject getXmlObject()
           
protected static boolean isEmpty(String s)
           
 void removePropertyChangeListener(PropertyChangeListener pcl)
           
protected  void setXmlObject(org.apache.xmlbeans.XmlObject xmlObject)
           
 void toXML(OutputStream outputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pcs

protected final PropertyChangeSupport pcs
Constructor Detail

XmlBeanSupport

public XmlBeanSupport(org.apache.xmlbeans.XmlObject xmlObject)
Method Detail

setXmlObject

protected void setXmlObject(org.apache.xmlbeans.XmlObject xmlObject)

getXmlObject

protected org.apache.xmlbeans.XmlObject getXmlObject()

addPropertyChangeListener

public void addPropertyChangeListener(PropertyChangeListener pcl)

removePropertyChangeListener

public void removePropertyChangeListener(PropertyChangeListener pcl)

toXML

public void toXML(OutputStream outputStream)
           throws IOException
Throws:
IOException

fromXML

public void fromXML(InputStream inputStream)
             throws org.apache.xmlbeans.XmlException,
                    IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

getSchemaTypeLoader

protected org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()

configured

public boolean configured()

isEmpty

protected static boolean isEmpty(String s)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.