| Namespace | http://www.mulesoft.org/schema/mule/mclient |
| Schema Location | http://www.mulesoft.org/schema/mule/mclient/1.0/mule-mclient.xsd |
| Version | 1.0 |
| Minimum Mule Version | 3.2 |
Module Overview
Module used to call mule transports.
Message Processors
<mclient:call>
Do a real call to your inbound flows.
Attributes
| Name | Default Value | Description |
| config-ref |
|
Optional. Specify which configuration to use. |
| path |
|
Path to call the transport, example: http://localhost:8081/tests |
| payload |
|
Optional. Message payload |
Child Elements
| <mclient:parameters>Optional. Connection parameters |
| <mclient:responseProcessing>Optional. Add any processing of the client response |
<mclient:dispatch>
Dispatches an event asynchronously to a endpointUri via a Mule server.
Attributes
| Name | Default Value | Description |
| config-ref |
|
Optional. Specify which configuration to use. |
| path |
|
Path to call the transport, example: http://localhost:8081/tests |
| payload |
|
Optional. Message payload |
Child Elements
| <mclient:parameters>Optional. Connection parameters |
<mclient:request>
Do a real call to your inbound flows.
Attributes
| Name | Default Value | Description |
| config-ref |
|
Optional. Specify which configuration to use. |
| url |
|
Path to call the transport, example: http://localhost:8081/tests |
| timeout |
|
Time out processing |
Child Elements
| <mclient:responseProcessing>Optional. Add any processing of the client response |