Class NodeMappingDataDictionary

All Implemented Interfaces:
InitializingPhase, MessageDirectionAware, MessageProcessor, MessageTransformer, MessageTypeSelector, Scoped, DataDictionary<Node>

public class NodeMappingDataDictionary extends AbstractXmlDataDictionary implements InitializingPhase
Very basic data dictionary that holds a list of mappings for message elements. Mapping key is the element path inside the XML structure getNodesPathName(). The mapping value is set as new element value where test variables are supported in value expressions.
Since:
1.4
Author:
Christoph Deppisch
  • Constructor Details

    • NodeMappingDataDictionary

      public NodeMappingDataDictionary()
  • Method Details