Interface IMessageEventMappingFieldVisitor

All Known Implementing Classes:
MessageEventMappingFieldVisitor

public interface IMessageEventMappingFieldVisitor
Interface to iterate about the fields of an message event mapping.
Since:
9.1
Author:
A. Pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addField(String name, String fullAttributeName)
    Adds a field.
  • Method Details

    • addField

      void addField(String name, String fullAttributeName)
      Adds a field.
      Parameters:
      name - The name of the field to map.
      fullAttributeName - The full name of the attribute.
      Throws:
      InitializationException - Is thrown when the field mapping is invalid.