Uses of Class
org.mule.impl.model.seda.SedaModel

Packages that use SedaModel
org.mule.impl.model.seda   
org.mule.impl.model.seda.optimised   
 

Uses of SedaModel in org.mule.impl.model.seda
 

Constructors in org.mule.impl.model.seda with parameters of type SedaModel
SedaComponent(MuleDescriptor descriptor, SedaModel model)
          Creates a new SEDA component.
 

Uses of SedaModel in org.mule.impl.model.seda.optimised
 

Subclasses of SedaModel in org.mule.impl.model.seda.optimised
 class OptimisedSedaModel
          Same as SedaModel except that it assumes that components implement the Callable interface and therefore does away with the reflection and introspection on objects.
 



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