| log | a logger that can be used to write to Mule's log file. |
| muleContext | a reference to the MuleContext object. |
| message | the current message. |
| originalPayload | the payload of the current message before any transforms. |
| payload | the transformed payload of the current message if a transformer is configured on the service. Otherwise this is the same value as _originalPayload_. |
| service | a reference to the current service object. |
| id | the current event id. |
| result | a placeholder object where the result of the script can be written. Usually it's better to just return a value from the script unless the script method doesn't have a return value. |
{html}