BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.deploy.api.model
Interface WebLogicDDBeanRoot

All Superinterfaces:
DDBean, DDBeanRoot, WebLogicDDBean

public interface WebLogicDDBeanRoot
extends DDBeanRoot, WebLogicDDBean

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 weblogic.descriptor.DescriptorBean getDescriptorBean()
          Returns the typed descriptor bean tree for this descriptor
 
Methods inherited from interface javax.enterprise.deploy.model.DDBeanRoot
getDDBeanRootVersion, getDeployableObject, getFilename, getModuleDTDVersion, getType, getXpath
 
Methods inherited from interface javax.enterprise.deploy.model.DDBean
addXpathListener, getAttributeNames, getAttributeValue, getChildBean, getId, getRoot, getText, getText, removeXpathListener
 
Methods inherited from interface weblogic.deploy.api.model.WebLogicDDBean
addXpathListener, removeXpathListener
 

Method Detail

getDescriptorBean

public weblogic.descriptor.DescriptorBean getDescriptorBean()
                                                     throws IOException
Returns the typed descriptor bean tree for this descriptor

Throws:
IOException - if parsing errors occur

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.