* @return a RootXMLNode responsible for handling the deployment
* descriptors associated with this J2EE module
*/
public RootXMLNode<EjbBundleDescriptorImpl> getRootXMLNode(Descriptor descriptor) {
if (descriptor instanceof EjbBundleDescriptorImpl) {
return new GFEjbBundleRuntimeNode((EjbBundleDescriptorImpl) descriptor);
}
return null;
}