org.mule.components.simple
Class StreamingBridgeComponent

java.lang.Object
  extended byorg.mule.components.simple.StreamingBridgeComponent
All Implemented Interfaces:
StreamingService

public class StreamingBridgeComponent
extends Object
implements StreamingService

A simple Bridging component that can be used with the Streaming Model to bridge from one transport stream to another.


Constructor Summary
StreamingBridgeComponent()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamingBridgeComponent

public StreamingBridgeComponent()
Method Detail

call

public void call(InputStream in,
                 OutputStream out,
                 UMOEventContext context)
          throws Exception
Description copied from interface: StreamingService
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.

Specified by:
call in interface StreamingService
Parameters:
in -
out -
context -
Throws:
Exception


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