July 19, 2006
JAXB Class Customization
We use JAXB for XML2Java mapping. One of the XSDs had duplicate element names (case sensitive) and thus created conflicts in Java Class names. How to avoid this?
Use JAXB customization and indicate to xjc the desired class name.
Use JAXB customization and indicate to xjc the desired class name.