Interface IServiceCallVisitor

All Known Implementing Classes:
ReportingServiceCallVisitor, ServiceCallVisitor

public interface IServiceCallVisitor
The service call visitor interface is used during the initialization of the portal engine to determine the service calls that are available.
Since:
6.4
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be invoked by the data-source implementation to notify the portal engine of the existence of a service call.
  • Method Details

    • addServiceCall

      void addServiceCall(IServiceCallDS serviceCall)
      This method should be invoked by the data-source implementation to notify the portal engine of the existence of a service call. The method should be invoked for each service call.
      Parameters:
      serviceCall - The service call datasource.
      Throws:
      InitializationException - This exception is thrown when the service call definition could not be initialized.