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 toIOException
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.