public CLIGatewayServices() {
super();
}
public void init(GatewayConfig config, Map<String,String> options) throws ServiceLifecycleException {
ms = new CLIMasterService();
ms.init(config, options);
services.put("MasterService", ms);
ks = new DefaultKeystoreService();
ks.setMasterService(ms);