One thing that would be helpful when using Aegis standalone or even
in CXF is if there was a JAXB facade. So, to use Aegis you could
just change the jaxb provider impl. Alternatively, if this is
difficult, we could make the user facing API more JAXBish. This
would help new users become adept at using Aegis much quicker.
-dain
On Dec 27, 2007, at 12:32 PM, Benson Margulies wrote:
The DataReader<T> interface has a method that takes an element
QName, an
object, and a Class<?>.
Aegis doesn't have an implementation ... yet. I'm working on it.
In JAXB, the code respects the Class, and presumably throws up if the
Object isn't consistent with that class.
Unless I hear otherwise, I'll try to arrange the same fate for the
Aegis
approach to the problem.