Class ScriptExpressionEvaluatorType

  • All Implemented Interfaces:
    PlainStructured, JaxbVisitable, Serializable, Cloneable

    public class ScriptExpressionEvaluatorType
    extends ScriptExpressionEvaluatorConfigurationType
    Generic script expression. The purpose of the expression is to return a value. The expression must produce something that is a piece of XML, which means that it may produce either string value, XML node or a list of XML nodes. The expression may use variables or arguments. However, such variables or arguments passed to the expression will be different for each invocation. It should be documented in each case this type is used.
    See Also:
    Serialized Form