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

Packages that use DDBeanRoot
javax.enterprise.deploy.model Provides tool vendor implementation classes. 
javax.enterprise.deploy.spi Provides product vendor implementation classes. 
 

Uses of DDBeanRoot in javax.enterprise.deploy.model
 

Methods in javax.enterprise.deploy.model that return DDBeanRoot
 DDBeanRoot DeployableObject.getDDBeanRoot()
          Get the top level element of the deployment descriptor
 DDBeanRoot DeployableObject.getDDBeanRoot(String filename)
          Returns a DDBeanRoot for the xml document.
 DDBeanRoot DDBean.getRoot()
          Get the root element
 

Uses of DDBeanRoot in javax.enterprise.deploy.spi
 

Methods in javax.enterprise.deploy.spi with parameters of type DDBeanRoot
 DConfigBean DConfigBeanRoot.getDConfigBean(DDBeanRoot beanRoot)
          Return the configuration that is not the primary deployment descriptor
 DConfigBeanRoot DeploymentConfiguration.getDConfigBeanRoot(DDBeanRoot bean)
          Return the top level configuration for a deployment descriptor
 DConfigBeanRoot DeploymentConfiguration.restoreDConfigBean(InputStream input, DDBeanRoot bean)
          Restore a configuration from an input stream
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.