1. SAP Help Portal
SAP Cloud Integration: Groovy Scripting API
com.sap.gateway.ip.core.customdev.util.Message class documentation. This official source details the Message class provided in the scripting context and explicitly lists the getBody() method
stating it "Returns the message body."
Reference: SAP Help Portal -> SAP Cloud Integration -> Develop Integration Content -> Use the Cloud Integration Design Tools -> Define Script -> Groovy Scripting API.
2. SAP Help Portal
SAP Cloud Integration: Define Script for Groovy. This document explains the function of the Script step and the variables available to the script developer. It specifies that the processData function receives a message object as an argument.
Reference: SAP Help Portal -> SAP Cloud Integration -> Develop Integration Content -> Use the Cloud Integration Design Tools -> Define Script. The section on "Script Execution" clarifies the processData(Message message) method signature.