protected ServiceController<ResourceInstaller> getResourceInstallService(OperationContext context, ServiceVerificationHandler verificationHandler) {
return new WildFlyResourceInstaller().install(context.getServiceTarget(), verificationHandler);
}
protected ServiceController<Environment> getRuntimeEnvironmentService(OperationContext context, ServiceVerificationHandler verificationHandler) {
return new EnvironmentService().install(context.getServiceTarget(), verificationHandler);
}