From 1dfda2b0e24db6569a1b8041cd8926d939b47b7a Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 26 Jun 2009 05:04:29 +0000 Subject: [PATCH] INT-684 Added the 'order' attribute for consumer endpoints. --- .../config/xml/spring-integration-1.0.xsd | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/org.springframework.integration/src/main/java/org/springframework/integration/config/xml/spring-integration-1.0.xsd b/org.springframework.integration/src/main/java/org/springframework/integration/config/xml/spring-integration-1.0.xsd index d1587171ed..53393ffe9b 100644 --- a/org.springframework.integration/src/main/java/org/springframework/integration/config/xml/spring-integration-1.0.xsd +++ b/org.springframework.integration/src/main/java/org/springframework/integration/config/xml/spring-integration-1.0.xsd @@ -423,16 +423,13 @@ - Base type for Message Endpoint elements that - accept Messages from an - input-channel. + Base type for Message Endpoint elements that accept Messages from an input-channel. - + @@ -444,6 +441,16 @@ + + + + + @@ -452,7 +459,7 @@ - Base type for Message Handlers. + Base type for Message Handlers. @@ -1198,4 +1205,5 @@ + \ No newline at end of file