-
endpoint
String endpoint
Mule endpoint to send a message to. This may be a URI or logical name (for a global endpoint).
-
mep
org.mule.MessageExchangePattern mep
Exchange pattern (REQUEST-RESPONSE, ONE-WAY, etc.). Default is REQUEST-RESPONSE.
-
responsePayloadClass
Class<T> responsePayloadClass
Expected response type in the case of a synchronous call; if the response payload is not assignable to this class, an exception will be thrown.
-
responseVariableName
String responseVariableName
Variable into which the synchronous response will be stored. If null, the response will not be stored at all.
-
payloadExpression
String payloadExpression
payloadSource may be a literal value or it may be an expression which references process variables.