public void deleteProjects(List<IntegrationProjectId> projectIds, DeleteProjectsCallback callback) {
// This method is not defined in the IntegrationProjectDeployer interface, since it is an
// implementation detail on how the WS-implementation of the enterprise-only ProjectAdministration
// interface is implemented.
WebServiceConfiguration config = getConfiguration();
DeployInterchangeModelWsImplWrapper wrapper = new DeployInterchangeModelWsImplWrapper(config, connectionService);
wrapper.deleteIntegrationProjects(projectIds, callback);
}