org.mule.impl.model.pipeline
Class PipelineComponent
java.lang.Object
org.mule.impl.model.AbstractComponent
org.mule.impl.model.direct.DirectComponent
org.mule.impl.model.pipeline.PipelineComponent
- All Implemented Interfaces:
- Serializable, Disposable, Initialisable, Lifecycle, Startable, Stoppable, UMOComponent
public class PipelineComponent
- extends DirectComponent
- See Also:
- Serialized Form
Methods inherited from class org.mule.impl.model.AbstractComponent |
connectListeners, createStatistics, disconnectListeners, dispatchEvent, dispose, doForceStop, 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 |
PipelineComponent
public PipelineComponent(MuleDescriptor descriptor,
UMOModel model)
doInitialise
protected void doInitialise()
throws InitialisationException
- Overrides:
doInitialise
in class DirectComponent
- Throws:
InitialisationException
doSend
protected UMOMessage doSend(UMOEvent event)
throws UMOException
- Overrides:
doSend
in class DirectComponent
- Throws:
UMOException
doDispatch
protected void doDispatch(UMOEvent event)
throws UMOException
- Overrides:
doDispatch
in class DirectComponent
- Throws:
UMOException
doDispose
protected void doDispose()
- Overrides:
doDispose
in class DirectComponent
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.