protected DeployerClient createMainDeployer(Deployer... deployers)
{
log.debug("createMainDeployer");
MainDeployerImpl mainDeployer = new MainDeployerImpl();
StructuralDeployers structure = createStructuralDeployers();
mainDeployer.setStructuralDeployers(structure);
Deployers theDeployers = createDeployers();
mainDeployer.setDeployers(theDeployers);
ManagedDeploymentCreator mdc = createManagedDeploymentCreator();
mainDeployer.setMgtDeploymentCreator(mdc);