* @param desc the bundle descriptor
* @return the DeploymentDescriptorFile responsible for
* handling the web services deployment descriptors
*/
public DeploymentDescriptorFile getWebServicesDDFile(RootDeploymentDescriptor desc) {
return new WebServicesDeploymentDescriptorFile(desc);
}