From cfccea104f0311113e95029684ccf35651bae547 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Thu, 29 Sep 2011 10:58:37 -0400 Subject: [PATCH] INT-2150:fixed xsd doc errors --- .../config/spring-integration-twitter-2.0.xsd | 63 ++++++++++--------- 1 file changed, 32 insertions(+), 31 deletions(-) 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 0ed3813695..28861ad7e9 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 @@ -15,12 +15,13 @@ + --> + - Configures an inbound channel adapter that consumes message (representing your friends' timeline updates) - from twitter and sends Messages whose payloads are Tweet objects. + Configures an inbound channel adapter that consumes your friends' timeline updates + from Twitter and sends Messages whose payloads are Tweet objects. @@ -33,8 +34,8 @@ - Configures an inbound channel adapter that consumes message (representing mentions of your handle) - from twitter and sends Messages whose payloads are Status objects. + Configures an inbound channel adapter that consumes mentions of your handle + from Twitter and sends Messages whose payloads are Tweet objects. @@ -48,8 +49,8 @@ - Configures an inbound channel adapter that consumes message (representing mentions of your handle) - from twitter and sends Messages whose payloads are Status objects. + Configures an inbound channel adapter that consumes search results for a given query + from Twitter and sends Messages whose payloads are Tweet objects. @@ -58,7 +59,7 @@ - Twitter search query (e.g, #springintegration . + Twitter search query (e.g, #springintegration). For more info on Twitter queries please refer to this site: http://search.twitter.com/operators) @@ -71,7 +72,8 @@ - Configures an inbound channel adapter that consumes direct messages and forwards them to Spring Integration + Configures an inbound channel adapter that consumes direct messages from Twitter + and sends Messages whose payloads are Tweet objects. @@ -82,14 +84,14 @@ + OUTBOUND + --> - Configures an inbound channel adapter that consumes message (representing your friends' timeline updates) - from twitter and sends Messages whose payloads are Tweet objects. + Configures an outbound channel adapter that sends Direct Messages to a Twitter user as + specified in the header whose name is defined by the TwitterHeaders.DM_TARGET_USER_ID constant. @@ -103,8 +105,7 @@ - Configures an inbound channel adapter that consumes message (representing your friends' timeline updates) - from twitter and sends Messages whose payloads are Tweet objects. + Configures an outbound channel adapter that posts a status update to the authorized user's timeline. @@ -114,6 +115,10 @@ + + @@ -127,17 +132,17 @@ - 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 + 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' + Lifecycle attribute signaling whether this component should be started during Application Context startup. + Default is 'true'. @@ -149,10 +154,8 @@ - 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). - + Message Channel to which messages will be sent by this adapter. + @@ -167,10 +170,10 @@ - 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 - + 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 + @@ -181,9 +184,7 @@ - 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). + Message Channel where this adapter receives messages to be handled by performing Twitter operations.