public class JBossExample1ConfigBeanRoot extends JBossConfigBeanProxy implements javax.enterprise.deploy.spi.DConfigBeanRoot
This class is an example of how to build config beans based on a number of
required xpaths for a deployment descriptor.
The required xpaths for this example class are: root-element/sub-element[@id]
root-element/sub-element/name root-element/sub-element/class
root-element/other-sub/name root-element/other-sub/description
This example class will return the xpaths as ONE list. Any attempt to get a
child bean will return a null-bean, as the children beans will not require
additional xpaths.
author
Rob Stryker
version
$Revision: 57190 $
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
/*
* Get the filename for this bean root and send along
* a configbean for that type.
*
* This example assumes only one jboss-specific descriptor,
* so this method returns null.
*/
return null;