Index
All Classes and Interfaces|All Packages|Serialized Form
A
- appendNewLine(boolean) - Method in class org.springframework.integration.stream.outbound.CharacterStreamWritingMessageHandler
B
- ByteStreamReadingMessageSource - Class in org.springframework.integration.stream
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ByteStreamReadingMessageSource - Class in org.springframework.integration.stream.inbound
-
A pollable source for receiving bytes from an
InputStream. - ByteStreamReadingMessageSource(InputStream) - Constructor for class org.springframework.integration.stream.ByteStreamReadingMessageSource
-
Deprecated.
- ByteStreamReadingMessageSource(InputStream) - Constructor for class org.springframework.integration.stream.inbound.ByteStreamReadingMessageSource
- ByteStreamReadingMessageSource(InputStream, int) - Constructor for class org.springframework.integration.stream.ByteStreamReadingMessageSource
-
Deprecated.
- ByteStreamReadingMessageSource(InputStream, int) - Constructor for class org.springframework.integration.stream.inbound.ByteStreamReadingMessageSource
- ByteStreamWritingMessageHandler - Class in org.springframework.integration.stream
-
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor of
ByteStreamWritingMessageHandler - ByteStreamWritingMessageHandler - Class in org.springframework.integration.stream.outbound
-
A
MessageHandlerthat writes a byte array to anOutputStream. - ByteStreamWritingMessageHandler(OutputStream) - Constructor for class org.springframework.integration.stream.ByteStreamWritingMessageHandler
-
Deprecated.
- ByteStreamWritingMessageHandler(OutputStream) - Constructor for class org.springframework.integration.stream.outbound.ByteStreamWritingMessageHandler
- ByteStreamWritingMessageHandler(OutputStream, int) - Constructor for class org.springframework.integration.stream.ByteStreamWritingMessageHandler
-
Deprecated.
- ByteStreamWritingMessageHandler(OutputStream, int) - Constructor for class org.springframework.integration.stream.outbound.ByteStreamWritingMessageHandler
C
- CharacterStreamReadingMessageSource - Class in org.springframework.integration.stream
-
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor of
CharacterStreamReadingMessageSource - CharacterStreamReadingMessageSource - Class in org.springframework.integration.stream.inbound
-
A pollable source for
Readers. - CharacterStreamReadingMessageSource(Reader) - Constructor for class org.springframework.integration.stream.CharacterStreamReadingMessageSource
-
Deprecated.Construct an instance with the provider reader.
- CharacterStreamReadingMessageSource(Reader) - Constructor for class org.springframework.integration.stream.inbound.CharacterStreamReadingMessageSource
-
Construct an instance with the provider reader.
- CharacterStreamReadingMessageSource(Reader, int) - Constructor for class org.springframework.integration.stream.CharacterStreamReadingMessageSource
-
Deprecated.Construct an instance with the provider reader and buffer size.
- CharacterStreamReadingMessageSource(Reader, int) - Constructor for class org.springframework.integration.stream.inbound.CharacterStreamReadingMessageSource
-
Construct an instance with the provider reader and buffer size.
- CharacterStreamReadingMessageSource(Reader, int, boolean) - Constructor for class org.springframework.integration.stream.CharacterStreamReadingMessageSource
-
Deprecated.Construct an instance with the provided reader and buffer size.
- CharacterStreamReadingMessageSource(Reader, int, boolean) - Constructor for class org.springframework.integration.stream.inbound.CharacterStreamReadingMessageSource
-
Construct an instance with the provided reader and buffer size.
- CharacterStreamWritingMessageHandler - Class in org.springframework.integration.stream
-
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor of
CharacterStreamWritingMessageHandler - CharacterStreamWritingMessageHandler - Class in org.springframework.integration.stream.outbound
-
A
MessageHandlerthat writes characters to aWriter. - CharacterStreamWritingMessageHandler(Writer) - Constructor for class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
-
Deprecated.
- CharacterStreamWritingMessageHandler(Writer) - Constructor for class org.springframework.integration.stream.outbound.CharacterStreamWritingMessageHandler
- CharacterStreamWritingMessageHandler(Writer, int) - Constructor for class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
-
Deprecated.
- CharacterStreamWritingMessageHandler(Writer, int) - Constructor for class org.springframework.integration.stream.outbound.CharacterStreamWritingMessageHandler
- ConsoleInboundChannelAdapterParser - Class in org.springframework.integration.stream.config
-
Parser for the <stdin-channel-adapter> element.
- ConsoleInboundChannelAdapterParser() - Constructor for class org.springframework.integration.stream.config.ConsoleInboundChannelAdapterParser
- ConsoleOutboundChannelAdapterParser - Class in org.springframework.integration.stream.config
-
Parser for the "stdout-" and "stderr-channel-adapter" elements.
- ConsoleOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.stream.config.ConsoleOutboundChannelAdapterParser
D
- doReceive() - Method in class org.springframework.integration.stream.inbound.ByteStreamReadingMessageSource
- doReceive() - Method in class org.springframework.integration.stream.inbound.CharacterStreamReadingMessageSource
G
- getComponentType() - Method in class org.springframework.integration.stream.inbound.ByteStreamReadingMessageSource
- getComponentType() - Method in class org.springframework.integration.stream.inbound.CharacterStreamReadingMessageSource
- getComponentType() - Method in class org.springframework.integration.stream.outbound.ByteStreamWritingMessageHandler
- getComponentType() - Method in class org.springframework.integration.stream.outbound.CharacterStreamWritingMessageHandler
H
- handleMessageInternal(Message) - Method in class org.springframework.integration.stream.outbound.ByteStreamWritingMessageHandler
- handleMessageInternal(Message) - Method in class org.springframework.integration.stream.outbound.CharacterStreamWritingMessageHandler
I
- init() - Method in class org.springframework.integration.stream.config.StreamNamespaceHandler
O
- org.springframework.integration.stream - package org.springframework.integration.stream
-
Base package for stream support.
- org.springframework.integration.stream.config - package org.springframework.integration.stream.config
-
Provides classes for configuration - parsers, namespace handlers.
- org.springframework.integration.stream.event - package org.springframework.integration.stream.event
-
The application events of adapters for stream support.
- org.springframework.integration.stream.inbound - package org.springframework.integration.stream.inbound
-
The inbound channel adapters for stream support.
- org.springframework.integration.stream.outbound - package org.springframework.integration.stream.outbound
-
The outbound channel adapters for stream support.
P
- parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.stream.config.ConsoleOutboundChannelAdapterParser
- parseSource(Element, ParserContext) - Method in class org.springframework.integration.stream.config.ConsoleInboundChannelAdapterParser
S
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.integration.stream.inbound.CharacterStreamReadingMessageSource
- setBytesPerMessage(int) - Method in class org.springframework.integration.stream.inbound.ByteStreamReadingMessageSource
- setShouldAppendNewLine(boolean) - Method in class org.springframework.integration.stream.outbound.CharacterStreamWritingMessageHandler
- setShouldTruncate(boolean) - Method in class org.springframework.integration.stream.inbound.ByteStreamReadingMessageSource
- stderr() - Static method in class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
-
Deprecated.Factory method that creates a target for stderr (System.err) with the default charset encoding.
- stderr() - Static method in class org.springframework.integration.stream.outbound.CharacterStreamWritingMessageHandler
-
Factory method that creates a target for stderr (System.err) with the default charset encoding.
- stderr(String) - Static method in class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
-
Deprecated.Factory method that creates a target for stderr (System.err) with the specified charset encoding.
- stderr(String) - Static method in class org.springframework.integration.stream.outbound.CharacterStreamWritingMessageHandler
-
Factory method that creates a target for stderr (System.err) with the specified charset encoding.
- stdin() - Static method in class org.springframework.integration.stream.CharacterStreamReadingMessageSource
-
Deprecated.Create a source that reads from
System.in. - stdin() - Static method in class org.springframework.integration.stream.inbound.CharacterStreamReadingMessageSource
-
Create a source that reads from
System.in. - stdin(String) - Static method in class org.springframework.integration.stream.CharacterStreamReadingMessageSource
-
Deprecated.Create a source that reads from
System.in. - stdin(String) - Static method in class org.springframework.integration.stream.inbound.CharacterStreamReadingMessageSource
-
Create a source that reads from
System.in. - stdinPipe() - Static method in class org.springframework.integration.stream.CharacterStreamReadingMessageSource
-
Deprecated.Create a source that reads from
System.in. - stdinPipe() - Static method in class org.springframework.integration.stream.inbound.CharacterStreamReadingMessageSource
-
Create a source that reads from
System.in. - stdinPipe(String) - Static method in class org.springframework.integration.stream.CharacterStreamReadingMessageSource
-
Deprecated.Create a source that reads from
System.in. - stdinPipe(String) - Static method in class org.springframework.integration.stream.inbound.CharacterStreamReadingMessageSource
-
Create a source that reads from
System.in. - stdout() - Static method in class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
-
Deprecated.Factory method that creates a target for stdout (System.out) with the default charset encoding.
- stdout() - Static method in class org.springframework.integration.stream.outbound.CharacterStreamWritingMessageHandler
-
Factory method that creates a target for stdout (System.out) with the default charset encoding.
- stdout(String) - Static method in class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
-
Deprecated.Factory method that creates a target for stdout (System.out) with the specified charset encoding.
- stdout(String) - Static method in class org.springframework.integration.stream.outbound.CharacterStreamWritingMessageHandler
-
Factory method that creates a target for stdout (System.out) with the specified charset encoding.
- StreamClosedEvent - Class in org.springframework.integration.stream.event
-
Application event published when EOF is detected on a stream.
- StreamClosedEvent - Class in org.springframework.integration.stream
-
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor of
StreamClosedEvent - StreamClosedEvent(Object) - Constructor for class org.springframework.integration.stream.event.StreamClosedEvent
- StreamClosedEvent(Object) - Constructor for class org.springframework.integration.stream.StreamClosedEvent
-
Deprecated.
- StreamNamespaceHandler - Class in org.springframework.integration.stream.config
- StreamNamespaceHandler() - Constructor for class org.springframework.integration.stream.config.StreamNamespaceHandler
All Classes and Interfaces|All Packages|Serialized Form
ByteStreamReadingMessageSource