/* */ throws DeploymentException
/* */ {
/* 740 */ StructuralDeployers structuralDeployers = getStructuralDeployers();
/* 741 */ if (structuralDeployers != null)
/* */ {
/* 743 */ DeploymentContext result = structuralDeployers.determineStructure(deployment);
/* 744 */ if (result != null)
/* 745 */ return result;
/* */ }
/* 747 */ throw new DeploymentException("No structural deployers.");
/* */ }