Hello, In my implementation I need JAXB's @XmlJavaTypeAdapter annotations. Is it possible replace these annotations by any property in the configuration file?
In addition, in some classes I need to map some private attributes, so it was necessary to use @XmlElement annotation for these attributes. Is it possible to do that by configuration file or I need to add public getters for them? Thanks, Elias -- View this message in context: http://cxf.547215.n5.nabble.com/RESTful-services-without-annotations-tp562232p2228137.html Sent from the cxf-user mailing list archive at Nabble.com.
