Interface IServiceVisitor

All Known Implementing Classes:
ReportingServiceVisitor, ServiceVisitor

public interface IServiceVisitor
This visitor is used during initialization to gather the service definitions.
Since:
7.1
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addService(IServiceDS datasource)
    This method should be invoked for each service definition that should be added.
  • Method Details

    • addService

      void addService(IServiceDS datasource)
      This method should be invoked for each service definition that should be added.
      Parameters:
      datasource - Data source providing the information needed to initialize a service definition.
      Throws:
      InitializationException - This exception is thrown when the service could not be initialized.