addSslToJMXConnector(config, report);
}
}
private void addSslToIIOPListener(Config config, ActionReport report) {
IiopService iiopService = config.getIiopService();
// ensure we have the specified listener
IiopListener iiopListener = null;
for (IiopListener listener : iiopService.getIiopListener()) {
if (listener.getId().equals(listenerId)) {
iiopListener = listener;
}
}
if (iiopListener == null) {