InterviewSolution
| 1. |
What Is Payload In Mule ? |
|
Answer» The content of a MESSAGE, also known as PAYLOAD. It is wrapped in an instance of org.mule.api.MuleMessage, which provides different means of accessing the payload under different forms. A MuleMessage also contains properties, much like the header of a SOAP ENVELOPE or the properties of a JMS message, and can also have multiple NAMED attachments. The content of a message, also known as payload. It is wrapped in an instance of org.mule.api.MuleMessage, which provides different means of accessing the payload under different forms. A MuleMessage also contains properties, much like the header of a SOAP envelope or the properties of a JMS message, and can also have multiple named attachments. |
|