org.mule.config.support
Class InheritedModel
java.lang.Object
org.mule.model.AbstractModel
org.mule.config.support.InheritedModel
- All Implemented Interfaces:
- MuleContextAware, Disposable, Initialisable, Lifecycle, LifecycleStateEnabled, Startable, Stoppable, Model, NameableObject, NamedObject
public class InheritedModel
- extends AbstractModel
TODO
Methods inherited from class org.mule.model.AbstractModel |
dispose, getEntryPointResolverSet, getExceptionListener, getLifecycleAdapterFactory, getLifecycleState, getMuleContext, initialise, setEntryPointResolvers, setEntryPointResolverSet, setExceptionListener, setLifecycleAdapterFactory, setMuleContext, setName, start, stop, toString |
InheritedModel
public InheritedModel()
getType
public String getType()
- Description copied from interface:
Model
- 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
getName
public String getName()
- Description copied from interface:
NamedObject
- Gets the name of the object
- Specified by:
getName
in interface NamedObject
- Overrides:
getName
in class AbstractModel
- Returns:
- the name of the object
getParentName
public String getParentName()
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.