2.1 Guideline to Implement Adapter
- Adapter implementation class must implement the respective interface and provide implementations for all methods defined in the interface.
- Any exception while invoking core banking services must be translated into OBAPI
exception
(com.ofss.digx.infra.exceptions.Exception)
and host error code(s) should be mapped to an OBAPI error code.
Parent topic: FCUBS Adapter Implementation