returnthe location of the DeploymentDescriptor file for a particular type of J2EE Archive return DescriptorConstants.S1AS_WEB_JAR_ENTRY;
return DescriptorConstants.S1AS_WEB_JAR_ENTRY;
returna RootXMLNode responsible for handling the deployment descriptors associated with this J2EE moduleparamthe descriptor for which we need the node if (descriptor instanceof WebBundleDescriptor) { return new WebBundleRuntimeNode((WebBundleDescriptor) descriptor); } return null;
if (descriptor instanceof WebBundleDescriptor) { return new WebBundleRuntimeNode((WebBundleDescriptor) descriptor); } return null;