users@jaxb.java.net

Re: How to get XML name of attributes?

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Wed, 11 May 2011 08:56:50 +0200

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