return ruleExecutionSetProvider.createRuleExecutionSet(in, executionSetProperties);
}
return ruleExecutionSetProvider.createRuleExecutionSet(ruleSource, executionSetProperties);
} catch (RuleExecutionSetCreateException e) {
throw new UnSupportedRuleFormatException(e);
} catch (IOException e) {
throw new RuntimeException(e);
}
}