/** Returns the endpoints list. */
 public List<PublishingEndPoint> getAllEndpoints() throws DotDataException {
   return publisherEndpointFactory.getEndpoints();
 }