Interface ISoapOperationVisitor

All Known Implementing Classes:
ReportingSoapOperationVisitor, SoapOperationVisitor

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

    Modifier and Type
    Method
    Description
    void
    Adds an operation to the webservice.
  • Method Details

    • addOperation

      void addOperation(ISoapOperationDS datasource)
      Adds an operation to the webservice.
      Parameters:
      datasource - Datasource of the operation.
      Throws:
      InitializationException - This exception is thrown when the soap operation could not be initialized with the provided data source.