if (aPca == null) {
throw new ResourceConfigurationException(
ResourceInitializationException.CONFIG_SETTING_ABSENT,
new Object[] { "ProcessControllerAdapter" });
}
return new SocketCasProcessorDeployer(aPca, aCpeFactory);
} else {
// Default is still Vinci
return new VinciCasProcessorDeployer(aCpeFactory);
}
} else if (Constants.DEPLOYMENT_INTEGRATED.equals(deployMode)) {