|
|||||||||
| 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<byte[]>
org.springframework.integration.adapter.stream.ByteStreamSourceAdapter
public class ByteStreamSourceAdapter
A polling source adapter that wraps a ByteStreamSource.
| Field Summary |
|---|
| Fields inherited from class org.springframework.integration.adapter.AbstractSourceAdapter |
|---|
logger |
| Constructor Summary | |
|---|---|
ByteStreamSourceAdapter(java.io.InputStream stream)
|
|
| Method Summary | |
|---|---|
void |
setBytesPerMessage(int bytesPerMessage)
|
void |
setShouldTruncate(boolean shouldTruncate)
|
| 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 ByteStreamSourceAdapter(java.io.InputStream stream)
| Method Detail |
|---|
public void setBytesPerMessage(int bytesPerMessage)
public void setShouldTruncate(boolean shouldTruncate)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||