The document discusses how to map inbound message properties in Mule to the message payload using the http:body-to-parameter-map-transformer. It explains that Mule messages have properties, payload, and attachments. Properties contain things like query parameters. The transformer allows moving properties, like query parameters, into the payload. An example shows query parameters in the properties, then using the transformer to put them in the payload instead. Checking the logs confirms the parameters are now in the payload after transforming.