users@jaxb.java.net

RE: How to get XML name of attributes?

From: Markus Karg <karg_at_quipsy.de>
Date: Wed, 11 May 2011 08:58:10 +0200

I see. So I cannot use it anyway, as our solution must work with Java SE
6. Anyways, thanks a lot! :-)

-----Original Message-----
From: aleksei.valikov_at_gmail.com [mailto:aleksei.valikov_at_gmail.com] On
Behalf Of Aleksei Valikov
Sent: Mittwoch, 11. Mai 2011 08:57
To: users_at_jaxb.java.net
Subject: Re: How to get XML name of attributes?

Hi,

> Thank you for your kind help. Unfortunately this is not working. The
methods described below to not exist in Java 6, so I tried
getTypeInfoSet.getClassInfo(Bar.class) but that bears no getProperty
method. :-(

Well, you have to dig a bit. It works, just find the appropriate
classes. And you WILL need JAXB RI, not just standard JAXB API.

Bye,
/lexi