org.mule.impl.model.direct
Class DirectModel

java.lang.Object
  extended by org.mule.impl.model.AbstractModel
      extended by org.mule.impl.model.direct.DirectModel
All Implemented Interfaces:
Disposable, Initialisable, Lifecycle, Startable, Stoppable, UMOModel

public class DirectModel
extends AbstractModel


Field Summary
 
Fields inherited from class org.mule.impl.model.AbstractModel
descriptors, logger
 
Constructor Summary
DirectModel()
           
 
Method Summary
protected  UMOComponent createComponent(UMODescriptor descriptor)
           
 String getType()
          Returns the model type name.
 
Methods inherited from class org.mule.impl.model.AbstractModel
dispose, getComponent, getComponentNames, getComponentSession, getDescriptor, getEntryPointResolver, getExceptionListener, getLifecycleAdapterFactory, getName, initialise, isComponentRegistered, pauseComponent, registerComponent, resumeComponent, setComponents, setEntryPointResolver, 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
 

Constructor Detail

DirectModel

public DirectModel()
Method Detail

createComponent

protected UMOComponent createComponent(UMODescriptor descriptor)
Specified by:
createComponent in class AbstractModel

getType

public String getType()
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


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.