1.3 OBDX Adapter Project Model
This topic provides information on OBDX Adapter Project Model. Above Integration model depicts the OBDX adapter integration with core banking system, Integration can be accomplished by concrete adapter implementations.
Following model illustrates OBDX adapter specifications and its concrete adapter implementation relationship project model.
In above model, project com.ofss.digx.extxface contains all the adapter specifications (Java Interface) for external facing adapters. The concrete implementation classes of the adapter interfaces will reside in the host specific adapter implementation project.
Example: To integrate with FCUBS 12.4 core banking system, adapter interfaces should be implemented for host specific service invocation and concrete implementation adapter classes will reside in com.ofss.digx.extxface.ubs124.impl project.
Parent topic: Introduction
