addService( AcceptorFactoryService.class, new MinaAcceptorFactoryService() );
addService( ConnectorFactoryService.class, new MinaConnectorFactoryService() );
addService( ConversationManager.class, new ConversationManagerImpl( this, listener ) );
addService( ConnectionFactoryService.class.getName(), new ConnectionFactoryServiceImpl( this ) );
this.serviceConfigurators.put( WhitePages.class.getName(), new WhitePagesRemoteConfiguration() );
}