Uses of Interface
javax.enterprise.deploy.model.DDBeanRoot

Packages that use DDBeanRoot
javax.enterprise.deploy.model   
javax.enterprise.deploy.spi   
 

Uses of DDBeanRoot in javax.enterprise.deploy.model
 

Methods in javax.enterprise.deploy.model that return DDBeanRoot
 DDBeanRoot DeployableObject.getDDBeanRoot()
          Return the top level standard bean representing the root of the deployment descriptor.
 DDBeanRoot DeployableObject.getDDBeanRoot(String filename)
          Returns a DDBeanRoot object for the XML instance document named.
 DDBeanRoot DDBean.getRoot()
          Return the root element for this DDBean.
 

Uses of DDBeanRoot in javax.enterprise.deploy.spi
 

Methods in javax.enterprise.deploy.spi with parameters of type DDBeanRoot
 DConfigBean DConfigBeanRoot.getDConfigBean(DDBeanRoot ddBeanRoot)
          Return a DConfigBean for a deployment descriptor that is not the module's primary deployment descriptor.
 DConfigBeanRoot DeploymentConfiguration.getDConfigBeanRoot(DDBeanRoot bean)
          Returns the top level configuration bean, DConfigBeanRoot, associated with the deployment descriptor represented by the designated DDBeanRoot bean.
 DConfigBeanRoot DeploymentConfiguration.restoreDConfigBean(InputStream inputArchive, DDBeanRoot bean)
          Restore from disk to instantated objects all the DConfigBeans associated with a specific deployment descriptor.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.