/*
  * (non-Javadoc)
  *
  * @see org.nhindirect.config.service.DomainService#getDomainCount()
  */
 @Override
 @FaultAction(className = ConfigurationFault.class)
 public int getDomainCount() throws ConfigurationServiceException {
   return domainSvc.getDomainCount();
 }