If I am using JAXB as part of Metro Web Services under Glassfish v2, how do tell JAXB to add:
and
tags to my generated complex types so that if I make changes in the future to add elements or attributes to my response objects then my current clients won't break.
JAXB documentation seems somewhat lacking.
以上就是How do I ensure Schema Extensibility using JAXB的详细内容,更多请关注web前端其它相关文章!