Uses of Interface
org.mule.api.model.Model

Packages that use Model
org.mule.api.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
org.mule.api.registry   
org.mule.api.service   
org.mule.config.support   
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.model   
org.mule.model.seda   
org.mule.registry   
org.mule.service   
 

Uses of Model in org.mule.api.model
 

Methods in org.mule.api.model that return Model
 Model ModelServiceDescriptor.createModel()
          Deprecated.  
 

Methods in org.mule.api.model that return types with arguments of type Model
 Class<Model> ModelServiceDescriptor.getModelClass()
          Deprecated.  
 

Uses of Model in org.mule.api.registry
 

Methods in org.mule.api.registry that return Model
 Model MuleRegistry.lookupModel(String name)
          Deprecated. 
 Model MuleRegistry.lookupSystemModel()
          Deprecated. 
 

Methods in org.mule.api.registry that return types with arguments of type Model
 Collection<Model> MuleRegistry.getModels()
          Deprecated. Use lookupModel() instead
 

Methods in org.mule.api.registry with parameters of type Model
 void MuleRegistry.registerModel(Model model)
          Deprecated. 
 

Uses of Model in org.mule.api.service
 

Methods in org.mule.api.service that return Model
 Model Service.getModel()
          Deprecated. Returns the name of the model that this descriptor is registered with.
 

Methods in org.mule.api.service with parameters of type Model
 void Service.setModel(Model model)
          Deprecated.  
 

Uses of Model in org.mule.config.support
 

Classes in org.mule.config.support that implement Model
 class InheritedModel
          Deprecated. 
 

Uses of Model in org.mule.context.notification
 

Constructors in org.mule.context.notification with parameters of type Model
ModelNotification(Model model, int action)
          Deprecated.  
 

Uses of Model in org.mule.model
 

Classes in org.mule.model that implement Model
 class AbstractModel
          Deprecated. 
 

Methods in org.mule.model that return Model
 Model DefaultModelServiceDescriptor.createModel()
          Deprecated. 
 

Methods in org.mule.model that return types with arguments of type Model
 Class<Model> DefaultModelServiceDescriptor.getModelClass()
          Deprecated. 
 

Uses of Model in org.mule.model.seda
 

Classes in org.mule.model.seda that implement Model
 class SedaModel
          Deprecated. 
 

Uses of Model in org.mule.registry
 

Methods in org.mule.registry that return Model
 Model MuleRegistryHelper.lookupModel(String name)
          Deprecated. 
 Model MuleRegistryHelper.lookupSystemModel()
          Deprecated. 
 

Methods in org.mule.registry that return types with arguments of type Model
 Collection<Model> MuleRegistryHelper.getModels()
          Deprecated. 
 

Methods in org.mule.registry with parameters of type Model
 void MuleRegistryHelper.registerModel(Model model)
          Deprecated. 
 

Uses of Model in org.mule.service
 

Fields in org.mule.service declared as Model
protected  Model AbstractService.model
          Deprecated. The model in which this service is registered
 

Methods in org.mule.service that return Model
 Model AbstractService.getModel()
          Deprecated.  
 

Methods in org.mule.service with parameters of type Model
 void AbstractService.setModel(Model model)
          Deprecated.  
 



Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.