Class CreateCDataSectionFunction

java.lang.Object
org.citrusframework.functions.core.CreateCDataSectionFunction
All Implemented Interfaces:
Function

public class CreateCDataSectionFunction extends Object implements Function
Adds XML CDATA section tags to parameter value. This is extremely useful when having CDATA sections in message payload. Citrus test case itself also uses CDATA sections and nested CDATA sections are not allowed. This function adds the CDATA section tags at runtime.
Author:
Christoph Deppisch
  • Constructor Details

    • CreateCDataSectionFunction

      public CreateCDataSectionFunction()
  • Method Details