MainDeployerImpl mainDeployer = new MainDeployerImpl();
mainDeployer.setStructuralDeployers(new StructuralDeployers()
{
public DeploymentContext determineStructure(Deployment deployment) throws DeploymentException
{
return new AbstractDeploymentContext("SMD", "");
}
});
DeployersImpl deployersImpl = new DeployersImpl(controller);
deployersImpl.addDeployer(new ServiceDeployer(serviceController));
deployersImpl.addDeployer(new ServiceDeploymentDeployer());