Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.enterprise.deploy.spi
Interface DConfigBeanRoot  view DConfigBeanRoot download DConfigBeanRoot.java

All Superinterfaces:
DConfigBean

public interface DConfigBeanRoot
extends DConfigBean

The DConfigBeanRoot interface represent the root of a deployment descriptor. A DConfigBeanRoot is associated with a DDRoot object which in turn is associated with a specific deployment descriptor file.

Only DConfigBeanRoots are saved or restored by methods in DeploymentConfiguration.

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $

Method Summary
 DConfigBean getDConfigBean(javax.enterprise.deploy.model.DDBeanRoot ddBeanRoot)
          Return a DConfigBean for a deployment descriptor that is not the module's primary deployment descriptor.
 
Methods inherited from interface javax.enterprise.deploy.spi.DConfigBean
addPropertyChangeListener, getDConfigBean, getDDBean, getXpaths, notifyDDChange, removeDConfigBean, removePropertyChangeListener
 

Method Detail

getDConfigBean

public DConfigBean getDConfigBean(javax.enterprise.deploy.model.DDBeanRoot ddBeanRoot)
Return a DConfigBean for a deployment descriptor that is not the module's primary deployment descriptor. Web services provides a deployment descriptor in addition to the module's primary deployment descriptor. Only the DDBeanRoot for this category of secondary deployment descriptors are to be passed as arguments through this method. Web service has two deployment descriptor files, one that defines the web service and one that defines a client of a web service. See the Web Service specification for the details.

Since:
1.1