| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
Model |
ModelServiceDescriptor.createModel()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Class<Model> |
ModelServiceDescriptor.getModelClass()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Model |
MuleRegistry.lookupModel(String name)
Deprecated.
|
Model |
MuleRegistry.lookupSystemModel()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Model> |
MuleRegistry.getModels()
Deprecated.
Use lookupModel() instead
|
| Modifier and Type | Method and Description |
|---|---|
void |
MuleRegistry.registerModel(Model model)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Model |
Service.getModel()
Deprecated.
Returns the name of the model that this descriptor is registered with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setModel(Model model)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InheritedModel
Deprecated.
|
| Constructor and Description |
|---|
ModelNotification(Model model,
int action)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModel
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Model |
DefaultModelServiceDescriptor.createModel()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Class<Model> |
DefaultModelServiceDescriptor.getModelClass()
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SedaModel
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Model |
MuleRegistryHelper.lookupModel(String name)
Deprecated.
|
Model |
MuleRegistryHelper.lookupSystemModel()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Model> |
MuleRegistryHelper.getModels()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MuleRegistryHelper.registerModel(Model model)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected Model |
AbstractService.model
Deprecated.
The model in which this service is registered
|
| Modifier and Type | Method and Description |
|---|---|
Model |
AbstractService.getModel()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractService.setModel(Model model)
Deprecated.
|
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.