Select the CORRECT statement about setting parameters for class mediators.
Both statement b and c are correct.
It is not possible to set parameters for custom mediators.
Custom mediator's parameters should be declared as public fields in mediator code. For instance: public String foo, bar;
Synapse properties can be used to pass values to mediator arguments. For instance:
Submit