users@jaxb.java.net

Specify _at_XmlJavaTypeAdapter class via bindings file?

From: <msummers57_at_gmail.com>
Date: Tue, 25 Oct 2011 00:16:10 +0000 (GMT)

Is there a way to directly specify the class used by
@XmlJavaTypeAdapter via a bindings file?

So far all I've been able to produce is an Adapter class that
incorrectly wraps my desired class.

The gory details are here in my StackOverflow post:
http://stackoverflow.com/questions/7837451/specify-xmljavatypeadapter-c
lass-via-bindings-file

Thanks-- Mike