I'm currently using CXF and Spring to implement a REST server. I use
the "@Xml" annotations on my domain objects to specify how to format the
XML responses. I'd like to move towards having the XML specify a schema
and namespace, and the schema obviously has to match what I'm specifying
with annotations.
Can someone point me to steps I need to take to move in that direction?
I'm not familiar with the JAXB tools and detailed configuration that can
help me with this.