org.mule.impl.model.streaming
Class StreamingComponent
java.lang.Object
org.mule.impl.model.AbstractComponent
org.mule.impl.model.streaming.StreamingComponent
- All Implemented Interfaces:
- Serializable, Disposable, Initialisable, Lifecycle, Startable, Stoppable, UMOComponent
public class StreamingComponent
- extends AbstractComponent
TODO
- See Also:
- Serialized Form
Methods inherited from class org.mule.impl.model.AbstractComponent |
connectListeners, createStatistics, disconnectListeners, dispatchEvent, dispose, doForceStop, doPause, doResume, doStart, doStop, fireComponentNotification, forceStop, getDescriptor, getIncomingEndpoints, getInstance, getName, getStatistics, handleException, initialise, isPaused, isStarted, isStopped, isStopping, lookupComponent, pause, registerListeners, resume, sendEvent, start, start, startListeners, stop, stopListeners, toString, unregisterListeners, waitIfPaused |
component
protected Object component
entryPoint
protected UMOEntryPoint entryPoint
StreamingComponent
public StreamingComponent(MuleDescriptor descriptor,
UMOModel model)
doInitialise
protected void doInitialise()
throws InitialisationException
- Overrides:
doInitialise
in class AbstractComponent
- Throws:
InitialisationException
doSend
protected UMOMessage doSend(UMOEvent event)
throws UMOException
- Specified by:
doSend
in class AbstractComponent
- Throws:
UMOException
doDispatch
protected void doDispatch(UMOEvent event)
throws UMOException
- Specified by:
doDispatch
in class AbstractComponent
- Throws:
UMOException
doDispose
protected void doDispose()
- Overrides:
doDispose
in class AbstractComponent
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.