|
|
 |
SWIFT Database Connector
|
|
Overview
Use this component to provide your SWIFT messages with full database functionality in a fraction of the time and effort usually required. It includes a Java library with classes that handle inserts, updates, selects and deletes of the elements of your SWIFT messages against a relational database.
|
|
|
When used in conjunction with our SWIFT Messaging Components it greatly simplifies the development of a payments application. Use it to store the elements of an incoming or outgoing SWIFT message by simply calling a method. It is not necessary to be concerned with the data format and positioning in the database, since the component utilizes a variant of the SwiftMsgObject as created by SwiftMsgProcessor.
Reverse the procedure and retrieve any stored incoming or outgoing SWIFT Message and access its message tags directly from the SwiftMsgObject.
Delete messages you no longer require, modify any part of your messages' data with ease by simply retrieving, modifying and updating the message.
It is a non-visual bean and integrates with all major DBMSs due to its utilization of Hibernate (an object/relational persistence and query service) to provide access.
In addition to the basic functions for manipulating SWIFT message data, SWIFTDbConnector also provides all the necessary documentation and DDL (Data Definition Language) scripts to create the database schema.
Thanks to PaymentComponents innovative database design, it is now possible to perform queries on your SWIFT messages and obtain valuable statistics due to the elementary information within the SWIFT messages being stored individually.
Scripts are provided to simplify the creation of your database while ensuring it remains error-free. Read the components' documentation to discover the convenience of displaying, modifying and storing any given message to your DBMS.
The component is supplied with fully documented source code so that you can modify it to suit your business requirements.
|
|
|