Basically I have a HashMap which I like it to be converted to JAXB representation. My aim is to get the data in the following format:
<MetaAttributes>
<MetaAttribute>
Name: ABC
MetaName: a1
MetaName: b1
MetaName: c1
MetaName: d1
<MetaAttribute>
<MetaAttribute>
Name: DEF
MetaName: w1
MetaName: x1
MetaName: y1
MetaName: z1
<MetaAttribute>
</MetaAttributes>
Thanks in advance.