LOGGER.exiting(subjects);
}
}
private void updateReliableMessagingSettings(Collection<PolicySubject> subjects, WSBinding wsBinding, SEIModel model, PolicyMap policyMap) throws PolicyException, IllegalArgumentException {
final ReliableMessagingFeature feature = wsBinding.getFeature(ReliableMessagingFeature.class);
if (feature == null || !feature.isEnabled()) {
return;
}
if (LOGGER.isLoggable(Level.FINEST)) {
LOGGER.finest(String.format("Reliable messaging feature enabled on service '%s', port '%s'", model.getServiceQName(), model.getPortName()));