LOGGER.exiting(subjects);
}
}
private void updateOptimalTransportSettings(Collection<PolicySubject> subjects, WSBinding wsBinding, SEIModel model, PolicyMap policyMap) throws PolicyException, IllegalArgumentException {
final SelectOptimalTransportFeature optimalTransportFeature = wsBinding.getFeature(SelectOptimalTransportFeature.class);
if (optimalTransportFeature == null || !optimalTransportFeature.isEnabled()) {
return;
}
if (LOGGER.isLoggable(Level.FINEST)) {
// TODO L10N