Accessing Configuration Data in the
Modules
You access the configuration data in the modules in the same way in the sender and receiver adapter.
● Use the classes and interfaces as described in:
Accessing Configuration Data in the Receiver Direction
Accessing Configuration Data in the Sender Direction

Open ConvertCRLFfromToLF.java and search for the character string CS_GETCHADAT.
● Use a ModuleContext object to access the configuration data of the module instance directly.
More information: Adapter Framework Module Interfaces

Open ConvertCRLFfromToLF.java and search for the character string CS_GETMODDAT.