1.3 OBAPI Adapter Project Model
Above Integration model depicts the OBAPI adapter integration with core banking system, Integration can be accomplished by concrete adapter implementations.
Following model illustrates OBAPI 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