From ac09ed55e0f466d951754ff5179bbbf3343add73 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 26 Jan 2009 18:14:46 +0000 Subject: [PATCH] queues and triggers are now defined as XSD types rather than elements (INT-548) --- .../config/xml/spring-integration-1.0.xsd | 150 ++++++++---------- 1 file changed, 68 insertions(+), 82 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 a8e46574bf..5d16b11679 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 @@ -27,10 +27,9 @@ Defines the ApplicationEventMulticaster to use for this - ApplicationContext. - The "task-executor" reference is optional. If not provided, an - instance of - ThreadPoolTaskExecutor will be created by default. + ApplicationContext. The "task-executor" reference is optional. + If not provided, an instance of ThreadPoolTaskExecutor will be + created by default. @@ -61,9 +60,9 @@ - - - + + + @@ -73,40 +72,34 @@ - - - - - Defines a queue for messages. If 'capacity' is specified, it will be a - bounded queue. - - - - - + + + + Defines a queue for messages. If 'capacity' is specified, it will be a + bounded queue. + + + + - - - - - Defines a queue with priority-ordering for message reception. - - - - - - + + + + Defines a queue with priority-ordering for message reception. + + + + + - - - - - Defines a rendezvous queue where a sender will block until the receiver - arrives or vice-versa. - - - - + + + + Defines a rendezvous queue where a sender will block until the receiver + arrives or vice-versa. + + + @@ -288,13 +281,11 @@ Defines an endpoint for exposing any bean reference as a service that - receives - request Messages from an 'input-channel' and may send reply Messages to an - 'output-channel'. The 'ref' may point to an instance that has either - a single - public method or a method with the @ServiceActivator annotation. - Otherwise, the - 'method' attribute should be provided along with 'ref'. + receives request Messages from an 'input-channel' and may send reply + Messages to an 'output-channel'. The 'ref' may point to an instance + that has either a single public method or a method with the + @ServiceActivator annotation. Otherwise, the 'method' attribute + should be provided along with 'ref'. @@ -504,8 +495,8 @@ - - + + @@ -547,45 +538,40 @@ - - + + + + Defines an interval-based trigger. + + + + + + - - Defines an interval-based trigger. - - - - - - - - - - - - - - - - - - - - - - - - Defines an cron-based trigger. - + ]]> - - - + + + + + + + + + + + + + Defines an cron-based trigger. + + + +