Implementation and Installation
To implement and install the user inbound product interface user exit, perform the following:
- Create a new Java™ class (for example,
com.sample.MySampleUE) that implementscom.ibm.icpcs.utilities.user.UserDepositProductImpl. - Implement the method getDepositProductCode.
- Update the class path to refer to install_directory\shared\v409\pfs\Gateway\lib\util.jar for compilation.
- Verify a new JAR file has been created for the implementation.
- Update the Gateway properties file izxconfig.properties to add the
userDepositProductsClass property and set its value to refer to the implementation class (for
example,
com.sample.MySampleUE). - Update the class path to pick up the implementation (for example,
com.sample.MySampleUE). - Stop and restart the Gateway Server for these updates to take effect.