The JAXB EA allowed me to tell the JAXB runtime that it should
unmarshall a document into a user specified subclass of the JAXB binding
class. In the EA, it worked this way:
aDispatcher.register( JAXBManageClass.class, MySubclass.class);
How do I accomplish the same thing in the new beta release?
I saw the same question in November but nobody seemed to answer it?
Any help would be great! thanks Magnus