File purpose
The mr-jaxb-mapping.xml file defines the configuration of the Java Architecture for XML Binding (JAXB) for context values defined in the MR application. That binding is used for handling SOAP requests.File location
The file is located in the folder mr-application\src\main\resources.JAXB implementation requirements
In Atoti Server, a particular “enhanced” JAXB implementation is used, which relies on JAXBIntroductions. It enables configuring JAXB serialization through XML configuration files instead of the traditional way of using annotations in the Java code. Thus, you can decouple the Java implementation from the serialization logic. Each class you want to equip with support for JAXB serialization requires at least:- a no-arg constructor
- a setter for each field that shall be mapped with an XML attribute ()