public interface OutputHandler
org.mule.transport.streaming.StreamMessageAdapter| Modifier and Type | Method and Description |
|---|---|
void |
write(MuleEvent event,
OutputStream out)
Write the event payload to the stream.
|
void write(MuleEvent event, OutputStream out) throws IOException
event - the current eventout - the output stream to write toIOExceptionCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.