IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Implement main classes

The following classes are the main classes that were implemented for this sample:

Table 1. Sample classes
Class Description
AccountTransferXVal Implements the cross-validation process for the Transfer operation
CreditCardApplXVal Implements the cross-validation process for the credit card application process
CreditHistoryOperation Implements the logic for searching the credit history based on the selected account number
DisplayPageOperation Sets the HTML page or JSP that will be displayed to the user. Hyperlinks should invoke this operation instead of directly invoking the JSP, which bypasses the Branch Transformation Toolkit multichannel architecture.
FinancialInfoXVal Implements the cross-validation process for the Financial Information Process
LogoffOperation Invalidates the current user session and removes all the information stored for that session from the application sessions table
ResetProcessOperation Forces the Processor externalizer to reread the definition of the specified process. This is useful for making changes to the process without re-initialize the whole environment.
SaveFinancialInfoOperation Implements the logic for keeping the financial information provided by the user
SignInOperation Implements the logic to process the user ID and password provided by the user
SignInXVal Implements the cross-validation process for the Sign-In operation
StartHtmlSession Implements the logic required to create a specific session context assigned to the user being connected to the server


Feedback