org.mule.transport.http.components
Class StreamingResponseComponent

java.lang.Object
  extended by org.mule.transport.http.components.StreamingResponseComponent
All Implemented Interfaces:
Callable, EventListener

public class StreamingResponseComponent
extends java.lang.Object
implements Callable

A simple component which returns a stream.


Constructor Summary
StreamingResponseComponent()
           
 
Method Summary
 java.lang.Object onCall(MuleEventContext eventContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamingResponseComponent

public StreamingResponseComponent()
Method Detail

onCall

public java.lang.Object onCall(MuleEventContext eventContext)
                        throws java.lang.Exception
Specified by:
onCall in interface Callable
Throws:
java.lang.Exception


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.