| Namespace | http://www.mulesoft.org/schema/mule/dynamic |
| Schema Location | http://www.mulesoft.org/schema/mule/dynamic/3.0/mule-dynamic.xsd |
| Version | 3.0 |
| Minimum Mule Version | 3.2 |
Module Overview
This module allows the dynamic creation, configuration and invocation
of mule modules developed using the Mule DevKit.
Message Processors
<dynamic:create>
Create and configure a new module
Attributes
| config-ref |
|
Optional. Specify which configuration to use. |
| namespace |
|
The namespace of the module to dynamically configure
|
| instanceName |
|
The name of the module
|
| attributes |
|
Optional. Configuration attributes
|
| retryMax |
1 |
Optional. Specify how many times this operation can be retried automatically |
Exception Payload
| InstantiationException
| if the module cannot be created
|