Interface IWebServiceVisitor

All Known Implementing Classes:
ReportingWebServiceVisitor, WebServiceVisitor

public interface IWebServiceVisitor
The operation visitor is used to process the information of exposed web services.
Since:
9.0
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The iterate method should invoke this method with a valid datasource implementation for each service mapping.
  • Method Details

    • addWebService

      void addWebService(IWebServiceDS datasource)
      The iterate method should invoke this method with a valid datasource implementation for each service mapping.
      Parameters:
      datasource - Implementation of the IWebServiceDS datasource.
      Throws:
      InitializationException - This exception is thrown when the service mapping could not be initialized with the provided data source.