INT-891 The Mail header-enricher now supports SpEL expressions within the "expression" attribute.

This commit is contained in:
Mark Fisher
2009-11-25 21:14:26 +00:00
parent 554779bfa8
commit ad3e0b8428
3 changed files with 32 additions and 7 deletions

View File

@@ -210,8 +210,8 @@
<xsd:complexType name="headerType">
<xsd:attribute name="value" type="xsd:string" />
<xsd:attribute name="ref" type="xsd:string" />
<!-- TODO add 'overwrite' and the expression below -->
<!-- xsd:attribute name="expression" type="xsd:string" / -->
<!-- TODO add 'overwrite' -->
<xsd:attribute name="expression" type="xsd:string" />
</xsd:complexType>
<xsd:complexType name="transformerType">