Implementation and Installation

To implement and install the user inbound product interface user exit, perform the following:
  1. Create a new Java™ class (for example, com.sample.MySampleUE) that implements com.ibm.icpcs.utilities.user.UserDepositProductImpl.
  2. Implement the method getDepositProductCode.
  3. Update the class path to refer to install_directory\shared\v409\pfs\Gateway\lib\util.jar for compilation.
  4. Verify a new JAR file has been created for the implementation.
  5. 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).
  6. Update the class path to pick up the implementation (for example, com.sample.MySampleUE).
  7. Stop and restart the Gateway Server for these updates to take effect.