JAXB Adapter

The JAXB adapter converts Java objects to XML and converts XML to Java objects. With the JAXB adapter, you can build Java objects that can be represented with XML, parse the objects, and use them in maps. The JAXB adapter supports all JAXB properties for marshalling and unmarshalling an XML document.

You can use the JAXB adapter on input cards and output cards, and in GET and PUT map rules. A card, GET rule, or PUT rule represents a single Java object. You must use multiple cards to specify multiple objects.

This documentation assumes that you are familiar with Java Architecture for XML Binding (JAXB).