diff --git a/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd b/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd
index e52c646cbd..c389ba1bbf 100644
--- a/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd
+++ b/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd
@@ -95,8 +95,7 @@
Identifies this channel as a Queue style
channel where messages could be prioritized
- based on
- custom logic
+ based on custom logic
@@ -762,6 +761,9 @@
+
+ A reference to a bean defined in the application context.
+
@@ -770,6 +772,9 @@
+
+ A method defined on the bean referenced by 'ref' attribute
+
@@ -794,9 +799,20 @@
+
+ Identifies channel attached to this adapter. Depending on the type of the adapter
+ this channel could be the receiving channel (e.g., outbound-channel-adapter) or channel where
+ messages will be sent to by this adapter (e.g., inbound-channel-adapter).
+
+
+
+
+
+
+ Lifecycle attribute signaling if this component should be started during Application Context startup.
+
-
@@ -862,6 +878,10 @@
+
+ A reference to a bean that implements the handler.
+ The bean can be an implementation of the MessageHandler interface or a POJO
+
@@ -871,6 +891,9 @@
+
+ A method defined on the bean referenced by 'ref' attribute
+
@@ -890,6 +913,10 @@
+
+ A reference to a bean that implements the handler.
+ The bean can be an implementation of the MessageHandler interface or a POJO
+
@@ -899,6 +926,9 @@
+
+ A method defined on the bean referenced by 'ref' attribute
+
@@ -2271,14 +2301,9 @@ Name of the header whose value to use.
Reference to a MessageGroupStore for holding
state in between message processing. The default
- is
- to use a
- volatile in-memory store, which means that unprocessed messages
- will be lost if the
- JVM exits. To
- customize
- the expiry of incomplete message groups
- configure the message store.
+ is to use a volatile in-memory store, which means that unprocessed messages
+ will be lost if the JVM exits. To customize
+ the expiry of incomplete message groups configure the message store.