From 20ee9d8fe7b1ec6e6b89d53f4216f5e42998ecb4 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 22 Nov 2010 11:44:35 -0500 Subject: [PATCH] INT-1552 added Twitter schema docs --- .../config/spring-integration-twitter-2.0.xsd | 29 ++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/spring-integration-twitter/src/main/resources/org/springframework/integration/twitter/config/spring-integration-twitter-2.0.xsd b/spring-integration-twitter/src/main/resources/org/springframework/integration/twitter/config/spring-integration-twitter-2.0.xsd index 34d919b11a..1632a97cde 100644 --- a/spring-integration-twitter/src/main/resources/org/springframework/integration/twitter/config/spring-integration-twitter-2.0.xsd +++ b/spring-integration-twitter/src/main/resources/org/springframework/integration/twitter/config/spring-integration-twitter-2.0.xsd @@ -126,9 +126,21 @@ + + Reference to a [org.springframework.integration.twitter.core.TwitterOperations] bean. Spring + Integration provides [Twitter4jTemplate] template for your convenience. + NOTE: in future releases TwitterOperations usage will be migrated to using Spring Social's TwitterOperations + - + + + + Lifecycle attribute signaling if this component should be started during Application Context startup. + Default is 'true' + + + @@ -136,6 +148,11 @@ + + 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). + @@ -149,6 +166,11 @@ + + Reference to a [org.springframework.integration.twitter.core.TwitterOperations] bean. Spring + Integration provides [Twitter4jTemplate] template for your convenience. + NOTE: in future releases TwitterOperations usage will be migrated to using Spring Social's TwitterOperations + @@ -158,6 +180,11 @@ + + 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). +