Interface IRestUrnArgumentVisitor

All Known Implementing Classes:
ReportingRestUrnArgumentVisitor, RestUrnArgumentVisitor

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

    Modifier and Type
    Method
    Description
    void
    This method adds an urn argument to the request message.
  • Method Details

    • addUrnArgument

      void addUrnArgument(IRestUrnArgumentDS datasource)
      This method adds an urn argument to the request message.
      Parameters:
      datasource - The datasource representing the argument, may not be null.
      Throws:
      InitializationException - This exception is thrown when the RestUrnArgument could not be initialized with the provided data source.