Class GroovyXmlMessageValidator

  • All Implemented Interfaces:
    MessageValidator<ScriptValidationContext>

    public class GroovyXmlMessageValidator
    extends GroovyScriptMessageValidator
    Extended groovy message validator providing specific XML slurper support. With XML slurper the tester can validate the message payload with closures and without having to deal with XPath for instance.
    Author:
    Christoph Deppisch