public class ByteStreamWritingMessageHandler extends AbstractMessageHandler
MessageHandler
that writes a byte array to an OutputStream
.Constructor and Description |
---|
ByteStreamWritingMessageHandler(OutputStream stream) |
ByteStreamWritingMessageHandler(OutputStream stream,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
protected void |
handleMessageInternal(Message<?> message) |
getComponentType, getOrder, handleMessage, setOrder, setShouldTrack
afterPropertiesSet, getApplicationContextId, getBeanFactory, getComponentName, getConversionService, getIntegrationProperties, getIntegrationProperty, getTaskScheduler, onInit, setApplicationContext, setBeanFactory, setBeanName, setComponentName, setConversionService, setTaskScheduler, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getComponentName
public ByteStreamWritingMessageHandler(OutputStream stream)
public ByteStreamWritingMessageHandler(OutputStream stream, int bufferSize)
protected void handleMessageInternal(Message<?> message)
handleMessageInternal
in class AbstractMessageHandler
Copyright © 2017. All rights reserved.