.addDependency(ServerEnvironmentService.SERVICE_NAME, ServerEnvironment.class, clientMappingEntryProviderService.getServerEnvironmentInjector())
.addDependency(remotingServerServiceName);
if (verificationHandler != null) {
clientMappingEntryProviderServiceBuilder.addListener(verificationHandler);
}
final ServiceController clientMappingEntryProviderServiceController = clientMappingEntryProviderServiceBuilder.install();
// add it to the services to be returned
services.add(clientMappingEntryProviderServiceController);
final OptionMap channelCreationOptions = this.getChannelCreationOptions(context);
// Install the EJB remoting connector service which will listen for client connections on the remoting channel