Can you have multiple sets of JAXB annotations to marshal/unmarshal to different XML?

Martinooooo

New Member
We have some entities with JAXB annotations so that we can unmarshal some 'incoming' XML to pojo. We now need to marshal the pojos to XML but to a different format than the incoming xml. What's the best way of doing this?
 
Back
Top