org.apache.geronimo.web.deployment
Class WebAppDConfigRoot

java.lang.Object
  extended by org.apache.geronimo.deployment.plugin.XmlBeanSupport
      extended by org.apache.geronimo.deployment.plugin.DConfigBeanSupport
          extended by org.apache.geronimo.deployment.plugin.DConfigBeanRootSupport
              extended by org.apache.geronimo.web.deployment.WebAppDConfigRoot
All Implemented Interfaces:
DConfigBean, DConfigBeanRoot

public class WebAppDConfigRoot
extends DConfigBeanRootSupport


Field Summary
 
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
pcs
 
Constructor Summary
WebAppDConfigRoot(DDBeanRoot ddBean)
           
 
Method Summary
 void fromXML(InputStream inputStream)
           
 DConfigBean getDConfigBean(DDBean bean)
           
protected  org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()
           
 String[] getXpaths()
           
 
Methods inherited from class org.apache.geronimo.deployment.plugin.DConfigBeanRootSupport
getDConfigBean
 
Methods inherited from class org.apache.geronimo.deployment.plugin.DConfigBeanSupport
getDDBean, getXPathsForJ2ee_1_4, getXPathsFromNamespace, getXPathsWithPrefix, notifyDDChange, removeDConfigBean, setParent
 
Methods inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
addPropertyChangeListener, configured, getXmlObject, isEmpty, removePropertyChangeListener, setXmlObject, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.enterprise.deploy.spi.DConfigBean
addPropertyChangeListener, getDDBean, notifyDDChange, removeDConfigBean, removePropertyChangeListener
 

Constructor Detail

WebAppDConfigRoot

public WebAppDConfigRoot(DDBeanRoot ddBean)
Method Detail

getXpaths

public String[] getXpaths()
Specified by:
getXpaths in interface DConfigBean
Overrides:
getXpaths in class DConfigBeanSupport

getDConfigBean

public DConfigBean getDConfigBean(DDBean bean)
                           throws ConfigurationException
Specified by:
getDConfigBean in interface DConfigBean
Overrides:
getDConfigBean in class DConfigBeanSupport
Throws:
ConfigurationException

fromXML

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

getSchemaTypeLoader

protected org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()
Overrides:
getSchemaTypeLoader in class XmlBeanSupport


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