Interface IWebServiceOperationVisitor

All Known Implementing Classes:
ReportingWebServiceOperationVisitor, WebServiceOperationVisitor

public interface IWebServiceOperationVisitor
The operation visitor is used to process the information of the operations of an exposed service.
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 operation.
  • Method Details

    • addOperation

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