|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.adapter.AbstractSourceAdapter<T>
org.springframework.integration.adapter.PollingSourceAdapter<java.lang.String>
org.springframework.integration.adapter.stream.CharacterStreamSourceAdapter
public class CharacterStreamSourceAdapter
A polling source adapter that wraps a CharacterStreamSource
.
Field Summary |
---|
Fields inherited from class org.springframework.integration.adapter.AbstractSourceAdapter |
---|
logger |
Constructor Summary | |
---|---|
CharacterStreamSourceAdapter(java.io.InputStream stream)
|
Method Summary | |
---|---|
static CharacterStreamSourceAdapter |
stdinAdapter(MessageChannel channel)
Factory method that creates an adapter for stdin (System.in). |
Methods inherited from class org.springframework.integration.adapter.PollingSourceAdapter |
---|
getSource, isRunning, processMessages, setInitialDelay, setMaxMessagesPerTask, setMessagingTaskScheduler, setPeriod, start, stop |
Methods inherited from class org.springframework.integration.adapter.AbstractSourceAdapter |
---|
afterPropertiesSet, getChannel, getMessageMapper, initialize, isInitialized, sendToChannel, setChannel, setMessageMapper, setSendTimeout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CharacterStreamSourceAdapter(java.io.InputStream stream)
Method Detail |
---|
public static CharacterStreamSourceAdapter stdinAdapter(MessageChannel channel)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |