descriptorPath = ( desc instanceof WebBundleDescriptor ) ? DescriptorConstants.WEB_WEBSERVICES_JAR_ENTRY : DescriptorConstants.EJB_WEBSERVICES_JAR_ENTRY;
Vector allDescPaths = new Vector(); allDescPaths.add(DescriptorConstants.WEB_WEBSERVICES_JAR_ENTRY); allDescPaths.add(DescriptorConstants.EJB_WEBSERVICES_JAR_ENTRY); return allDescPaths;
returnthe location of the DeploymentDescriptor file for a particular type of J2EE Archive return descriptorPath;
return descriptorPath;
returna RootXMLNode responsible for handling the deployment descriptors associated with this J2EE moduleparamthe descriptor for which we need the node if( descriptor instanceof BundleDescriptor ) { return new WebServicesDescriptorNode((BundleDescriptor) descriptor); } return null;
if( descriptor instanceof BundleDescriptor ) { return new WebServicesDescriptorNode((BundleDescriptor) descriptor); } return null;