public class JBossExample2ConfigBeanRoot
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
TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code
Templates