676869707172737475
* @param the descriptor for which we need the node */ public RootXMLNode getRootXMLNode(Descriptor descriptor) { if (descriptor instanceof EjbBundleDescriptor) { return new GFEjbBundleRuntimeNode((EjbBundleDescriptor) descriptor); } return null; }