org.mule.impl.model.streaming
Interface StreamingService

All Known Implementing Classes:
FunctionalStreamingTestComponent, StreamingBridgeComponent

public interface StreamingService

TODO


Method Summary
 void call(InputStream in, OutputStream out, UMOEventContext context)
          A service component that passes the inputStream and output stream for an event direcly to the service component.
 

Method Detail

call

public void call(InputStream in,
                 OutputStream out,
                 UMOEventContext context)
          throws Exception
A service component that passes the inputStream and output stream for an event direcly to the service component. Note that the InputStream will never be null, but the OutputStream can be null if the transport being used does not provide a response output stream and there is no outbound endpoint defined for this service.

Parameters:
in -
out -
context -
Throws:
Exception


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.