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