EJBJarDescriptorHandler.java | Class | This class is used by the EJBControlAssembler to modify an ejb-jar.xml file's ejb-ref descriptors.
The assembler will only invoke this class if the EJBControl's @EJBHome.ejbLink() annotation attribute
has been set.
The EjbJar assembler walks the ejb-jar.xml DOM tree looking for any session / entity beans
which contain ejb-ref or ejb-local-ref elements. |