Implementing a credit card application transaction

About this task

To implement a credit card application transaction, do the following:

Procedure

  1. Define the credit card application transaction. For detailed information, refer to the following XML files:
    • creditCardProc.xml.
      Note:
      • In this definition file, the value of the implClass attribute in the processor tag means that the toolkit instantiates the Class to create the processor instance. The processor externalizer updates the instance with the attributes and subtags contained in this file.
      • This definition file includes a definition for the context that the processor uses to store process data, and a definition for the formats used to move data into and out of the context.
    • creditHistoryOp.xml
    • financialInfoProc.xml
  2. Implement the credit card application transaction.
    For detailed information, refer to the following:
    • <toolkit_root>/samples/BTTMultiChannleSample/SampleBusiness/com.ibm.btt.poc.operation.CreditHistoryOperation.java
    • <toolkit_root>/samples/BTTMultiChannleSample/SampleBusiness/com.ibm.btt.poc.operation.SaveFinancialInfoOperation.java