2.1 Guideline to Implement Adapter
This topic provides information on 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 OBDX exception
(com.ofss.digx.infra.exceptions.Exception)and host error code(s) should be mapped to an OBDX error code.
Parent topic: FCUBS Adapter Implementation