org.apache.geronimo.deployment.plugin
Class XmlBeanSupport
java.lang.Object
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
Constructor Summary |
XmlBeanSupport(org.apache.xmlbeans.XmlObject xmlObject)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pcs
protected final PropertyChangeSupport pcs
XmlBeanSupport
public XmlBeanSupport(org.apache.xmlbeans.XmlObject xmlObject)
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.