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