Interface IRestHeaderDS

All Known Implementing Classes:
XmlRestHeaderDS, XmlRestHeaderDS

public interface IRestHeaderDS
This interface defines a header of a rest message.
Since:
9.0
Author:
Arjan Pragt
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Category
     
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the value attribute of the header, may not be null.
    This method returns the name of the header, may not be null.
    void
    This method iterates about the validation of the attribute.
  • Field Details

    • CATEGORY

      static final Category CATEGORY
  • Method Details

    • getName

      String getName()
      This method returns the name of the header, may not be null.
      Returns:
      The name of the header.
    • getAttributeName

      String getAttributeName()
      This method returns the value attribute of the header, may not be null.
      Returns:
      The attribute name of the value.
    • iterateValidations

      void iterateValidations(IFieldValidationVisitor visitor)
      This method iterates about the validation of the attribute.
      Parameters:
      visitor - This visitor accepting the validations.
      Throws:
      InitializationException - This exception is thrown when the validation could not be initialized with the provided data source.