@Target(value=PARAMETER) @Retention(value=RUNTIME) @Documented public @interface Payload
Operation, this annotation marks
that such parameter should contain the message payload and is not to be listed among
the operation's parameters.
Note that the parameter type will be used to do any auto conversions using transformers available
inside the Mule container. Mule has a number of standard transformers for dealing with common Java
types such as XML documents, streams, byte arrays, strings, etc.Copyright © 2015 MuleSoft, Inc.. All rights reserved.