org.mule.munit

mclient

1.0.1
Namespacehttp://www.mulesoft.org/schema/mule/mclient
Schema Locationhttp://www.mulesoft.org/schema/mule/mclient/1.0/mule-mclient.xsd
Version1.0
Minimum Mule Version3.2

Module Overview

Module used to call mule transports.

Summary

Message Processors
<mclient:call>

Do a real call to your inbound flows.

<mclient:dispatch>

Dispatches an event asynchronously to a endpointUri via a Mule server.

<mclient:request>

Do a real call to your inbound flows.

Message Processors

<mclient:call>

Do a real call to your inbound flows.

XML Sample
INCLUDE_ERROR

Attributes
NameDefault ValueDescription
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
Return Payload
  • Response call
Exception Payload
Exception

<mclient:dispatch>

Dispatches an event asynchronously to a endpointUri via a Mule server.

XML Sample
INCLUDE_ERROR

Attributes
NameDefault ValueDescription
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
Return Payload
  • Response call
Exception Payload
Exception

<mclient:request>

Do a real call to your inbound flows.

XML Sample
INCLUDE_ERROR

Attributes
NameDefault ValueDescription
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
Return Payload
  • Response call
Exception Payload
Exception