public DefaultGatewayServices() {
super();
}
public void init(GatewayConfig config, Map<String,String> options) throws ServiceLifecycleException {
ms = new DefaultMasterService();
ms.init(config, options);
ks = new DefaultKeystoreService();
ks.setMasterService(ms);
ks.init(config, options);