Interface XmlCallback


public interface XmlCallback
Callback interface for XML initialization.
Author:
Joerg Ortmann
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initProperties(String pathFromAggregateRoot, IModelObject modelObject, Map<String,String> propMap)
    Callback method will be called for each node element inside the XML structure.
  • Method Details

    • initProperties

      void initProperties(String pathFromAggregateRoot, IModelObject modelObject, Map<String,String> propMap)
      Callback method will be called for each node element inside the XML structure.
      Parameters:
      pathFromAggregateRoot - The path starting on the aggregates root node element
      modelObject - The model object which is currently initialized via XML
      propMap - Map containing all node properties