throw new IllegalStateException( "Invalid iiop-listener "
+ ilb.getId()
+ ". Lazy-init not supported for SSL iiop-listeners");
}
Ssl sslBean = ilb.getSsl() ;
assert sslBean != null ;
boolean clientAuth = Boolean.valueOf(
sslBean.getClientAuthEnabled() ) ;
String type = clientAuth ? SSL_MUTUALAUTH : SSL ;
addAcceptor( orb, isLazy, host, type, port ) ;
}
}