From da7d6dcfc001b2f92bd30c6476e8a74caf1bdabd Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 5 May 2010 16:39:34 +0000 Subject: [PATCH] added overwrite attributes for header-enrricher --- .../ws/config/spring-integration-ws-2.0.xsd | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/org.springframework.integration.ws/src/main/resources/org/springframework/integration/ws/config/spring-integration-ws-2.0.xsd b/org.springframework.integration.ws/src/main/resources/org/springframework/integration/ws/config/spring-integration-ws-2.0.xsd index 0e4cf06350..78b496669f 100644 --- a/org.springframework.integration.ws/src/main/resources/org/springframework/integration/ws/config/spring-integration-ws-2.0.xsd +++ b/org.springframework.integration.ws/src/main/resources/org/springframework/integration/ws/config/spring-integration-ws-2.0.xsd @@ -235,6 +235,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. + + + + + + @@ -244,6 +256,16 @@ + + + + Boolean value to indicate whether this header value should overwrite an existing header value for the same name. + + + + + +