From 9f3bc809491e5edb0d355e4731d9337b667496da Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 23 Apr 2008 14:18:01 +0000 Subject: [PATCH] Factored out the common target endpoint type to enable change to 'target-endpoint' and 'handler-endpoint'. --- .../config/spring-integration-core-1.0.xsd | 30 +++++++++++++------ 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/spring-integration-core/src/main/java/org/springframework/integration/config/spring-integration-core-1.0.xsd b/spring-integration-core/src/main/java/org/springframework/integration/config/spring-integration-core-1.0.xsd index b73a8f4de1..487bd286d6 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/config/spring-integration-core-1.0.xsd +++ b/spring-integration-core/src/main/java/org/springframework/integration/config/spring-integration-core-1.0.xsd @@ -127,21 +127,14 @@ - Defines a message endpoint. + Defines an endpoint for a MessageHandler. - - - - - - - + - @@ -264,4 +257,23 @@ + + + + Defines common configuration properties of target message endpoints. + + + + + + + + + + + + + + + \ No newline at end of file