/* 112 */ clone = new HashSet(this.deploymentFactories);
/* */ }
/* 114 */ for (Iterator i = clone.iterator(); i.hasNext(); )
/* */ {
/* 116 */ DeploymentFactory factory = (DeploymentFactory)i.next();
/* 117 */ if (factory.handlesURI(uri))
/* 118 */ return factory.getDeploymentManager(uri, userName, password);
/* */ }
/* 120 */ throw new DeploymentManagerCreationException("No deployment manager for uri=" + uri);
/* */ }
/* */