users@jaxb.java.net

How to unmarshall custom subclasses?

From: Magnus Bergman <magnus.bergman_at_voiceprovider.com>
Date: Tue, 17 Dec 2002 11:39:54 +0100

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