Getting parameters for a work agent plugin implementation

Like all other plugin types, your plugin implementation can get parameter values. The Map argument to the setup method includes all parameters that you set in the inbound-integration-config.xml file for that integration. Save the map or the values of important parameters in private variables in your plugin implementation.

The Map argument to the setup method also includes any arbitrary parameters that you set in the <parameters> configuration element.