org.mule.components.simple
Class StreamingBridgeComponent
java.lang.Object
org.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamingBridgeComponent
public StreamingBridgeComponent()
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
- Throws:
Exception
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.