|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMOModel | |
org.mule | Defines the main public API of the MuleManager and support classes such as the MuleServer. |
org.mule.extras.spring.config | Classes for loading The Mule Server itself from a spring context, which make it easy to embed Mule with a Spring application. |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
org.mule.umo | The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them |
Uses of UMOModel in org.mule |
Methods in org.mule that return UMOModel | |
UMOModel |
MuleManager.getModel()
The model used for managing components for this server |
Methods in org.mule with parameters of type UMOModel | |
void |
MuleManager.setModel(UMOModel model)
The model used for managing components for this server |
Uses of UMOModel in org.mule.extras.spring.config |
Methods in org.mule.extras.spring.config with parameters of type UMOModel | |
void |
UMOManagerFactoryBean.setModel(UMOModel model)
|
Uses of UMOModel in org.mule.impl |
Classes in org.mule.impl that implement UMOModel | |
class |
MuleModel
MuleModel is the default implementation of the UMOModel. |
Uses of UMOModel in org.mule.providers |
Fields in org.mule.providers declared as UMOModel | |
protected UMOModel |
AbstractMessageReceiver.model
The model managing the UMO components |
Uses of UMOModel in org.mule.umo |
Methods in org.mule.umo that return UMOModel | |
UMOModel |
UMOManager.getModel()
The model used for managing components for this server |
Methods in org.mule.umo with parameters of type UMOModel | |
void |
UMOManager.setModel(UMOModel model)
The model used for managing components for this server |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |