From 29b182e5be7452bbe4217dcae77e4a083bcb04d5 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 14 Aug 2009 21:43:57 +0000 Subject: [PATCH] created 2.0 version of XSD --- .../config/spring-integration-file-2.0.xsd | 2 +- .../main/resources/META-INF/spring.schemas | 4 +- .../config/spring-integration-http-2.0.xsd | 171 ++++++++++++++++++ 3 files changed, 175 insertions(+), 2 deletions(-) create mode 100644 org.springframework.integration.http/src/main/resources/org/springframework/integration/http/config/spring-integration-http-2.0.xsd diff --git a/org.springframework.integration.file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.0.xsd b/org.springframework.integration.file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.0.xsd index c2c89f3aa6..896c1e6667 100644 --- a/org.springframework.integration.file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.0.xsd +++ b/org.springframework.integration.file/src/main/resources/org/springframework/integration/file/config/spring-integration-file-2.0.xsd @@ -11,7 +11,7 @@ + schemaLocation="http://www.springframework.org/schema/integration/spring-integration-2.0.xsd"/> + + + + + + + + + + + + + + Defines an inbound HTTP-based Channel Adapter. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines an inbound HTTP-based Messaging Gateway. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines an outbound HTTP-based Messaging Gateway. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Defines common configuration for gateway adapters. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file