org.faktorips.runtime.internal
Interface XmlCallback


public interface XmlCallback

Callback interface for XML initialization.

Author:
Joerg Ortmann

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

Method Detail

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


Copyright © 2015. All rights reserved.