From 93585ce32a5be1616466a217c18f0138ba4f2f33 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 3 Nov 2008 15:43:44 +0000 Subject: [PATCH] Updated class names --- spring-integration-reference/src/stream.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spring-integration-reference/src/stream.xml b/spring-integration-reference/src/stream.xml index 1bdf613f55..03904a8421 100644 --- a/spring-integration-reference/src/stream.xml +++ b/spring-integration-reference/src/stream.xml @@ -13,20 +13,20 @@
Reading from streams - Spring Integration provides two adapters for streams. Both ByteStreamSource and - CharacterStreamSource implement PollableSource. + Spring Integration provides two adapters for streams. Both ByteStreamReadingMessageSource and + CharacterStreamReadingMessageSource implement MessageSource. By configuring one of these within a channel-adapter element, the polling period can be configured, and the Message Bus can automatically detect and schedule them. The byte stream version requires an InputStream, and the character stream version requires a Reader as - the single constructor argument. The ByteStreamSource also accepts the 'bytesPerMessage' + the single constructor argument. The ByteStreamReadingMessageSource also accepts the 'bytesPerMessage' property to determine how many bytes it will attempt to read into each Message. The default value is 1024 - + - + ]]>