Interface IRestServiceVisitor

All Known Implementing Classes:
ReportingRestServiceVisitor, RestServiceVisitor

public interface IRestServiceVisitor
Since:
9.0
Author:
Arjan Pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method adds a restservice to the communication engine.
  • Method Details

    • addRestService

      void addRestService(IRestServiceDS datasource)
      This method adds a restservice to the communication engine.
      Parameters:
      datasource - The datasource representing the restservice, may not be null
      Throws:
      InitializationException - This exception is thrown when the restservice could not be initialized with the provided data source.