* Sets <a href="http://directory.apache.org/subprojects/network/">MINA</a>
* {@link ServiceRegistry} that will be used by ApacheDS.
*/
protected void setMinaServiceRegistry(ServiceRegistry minaServiceRegistry) {
if (minaServiceRegistry == null) {
throw new ConfigurationException("MinaServiceRegistry cannot be null");
}
this.minaServiceRegistry = minaServiceRegistry;
}