Interface IRestUrnFragmentVisitor

All Known Implementing Classes:
ReportingRestUrnFragmentVisitor, RestUrnFragmentVisitor

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

    Modifier and Type
    Method
    Description
    void
    This method adds a fragment to a request message.
  • Method Details

    • addUrnFragment

      void addUrnFragment(IRestUrnFragmentDS datasource)
      This method adds a fragment to a request message.
      Parameters:
      datasource - The datasource representing the fragment, may not be null.
      Throws:
      InitializationException - This exception is thrown when the RestUrnFragment could not be initialized with the provided data source.