Interface IRestHeaderVisitor

All Known Implementing Classes:
RestHeaderVisitor

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

    Modifier and Type
    Method
    Description
    void
    This method adds a header to the message.
  • Method Details

    • addHeader

      void addHeader(IRestHeaderDS datasource)
      This method adds a header to the message.
      Parameters:
      datasource - Datasource representing a header, may not be null
      Throws:
      InitializationException - This exception is thrown when the validation could not be initialized with the provided data source.