org.mule.impl.model.streaming
Class StreamingModel
java.lang.Object
org.mule.impl.model.AbstractModel
org.mule.impl.model.streaming.StreamingModel
- All Implemented Interfaces:
- Disposable, Initialisable, Lifecycle, Startable, Stoppable, UMOModel
- public class StreamingModel
- extends AbstractModel
TODO
Methods inherited from class org.mule.impl.model.AbstractModel |
dispose, getComponent, getComponentNames, getComponentSession, getDescriptor, getEntryPointResolver, getExceptionListener, getLifecycleAdapterFactory, getName, initialise, isComponentRegistered, pauseComponent, registerComponent, resumeComponent, setComponents, setExceptionListener, setLifecycleAdapterFactory, setName, start, startComponent, stop, stopComponent, unregisterComponent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamingModel
public StreamingModel()
createComponent
protected UMOComponent createComponent(UMODescriptor descriptor)
- Specified by:
createComponent
in class AbstractModel
getType
public String getType()
- Description copied from interface:
UMOModel
- Returns the model type name. This is a friendly identifier that is used to
look up the SPI class for the model
- Returns:
- the model type
setEntryPointResolver
public void setEntryPointResolver(UMOEntryPointResolver entryPointResolver)
- Description copied from interface:
UMOModel
- This will be used to build entry points on the components registered with the
model.
- Specified by:
setEntryPointResolver
in interface UMOModel
- Overrides:
setEntryPointResolver
in class AbstractModel
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.