From 3415ad7ab893e8be49f70a6a56f859b5fddd2513 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 5 May 2010 16:43:30 +0000 Subject: [PATCH] INT-1011 added overwrite attributes for header-enrricher --- .../config/spring-integration-mail-2.0.xsd | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/org.springframework.integration.mail/src/main/resources/org/springframework/integration/mail/config/spring-integration-mail-2.0.xsd b/org.springframework.integration.mail/src/main/resources/org/springframework/integration/mail/config/spring-integration-mail-2.0.xsd index ac63fafcd6..76eea300fc 100644 --- a/org.springframework.integration.mail/src/main/resources/org/springframework/integration/mail/config/spring-integration-mail-2.0.xsd +++ b/org.springframework.integration.mail/src/main/resources/org/springframework/integration/mail/config/spring-integration-mail-2.0.xsd @@ -202,6 +202,18 @@ + + + + Specify the default boolean value for whether to overwrite existing header values. This will only take effect for + sub-elements that do not provide their own 'overwrite' attribute. If the 'default-overwrite' attribute is not + provided, then the specified header values will NOT overwrite any existing ones with the same header names. + + + + + + @@ -210,8 +222,17 @@ - + + + + Boolean value to indicate whether this header value should overwrite an existing header value for the same name. + + + + + +