Class XpathMessageProcessor

java.lang.Object
org.citrusframework.message.AbstractMessageProcessor
org.citrusframework.validation.xml.XpathMessageProcessor
All Implemented Interfaces:
MessageDirectionAware, MessageProcessor, MessageTransformer, MessageTypeSelector

public class XpathMessageProcessor extends AbstractMessageProcessor
Processor implementation evaluating XPath expressions on message payload during message construction. Class identifies XML elements inside the message payload via XPath expressions in order to overwrite their value.
Author:
Christoph Deppisch
  • Constructor Details

    • XpathMessageProcessor

      public XpathMessageProcessor()
      Default constructor.
  • Method Details