hi, I know that JAXB can do it but i have to do it through cxf component by providing it the xsd file only. Is there any way to do that.
Freeman Fang wrote: > > Hi, > > If I understand correctly, what you already have is xml, xsd, and you > want to get java object from it. > If so, that's something exactly jaxb tool can do, shouldn't involve cxf > or smx. > > Regards > Freeman > > skg wrote: >> Hi, >> Is there any way to convert the string in the xml form to root class >> generated by JAXB by supplying the xsd file using cxf framework. I dont >> want >> to deploy any project in servicemix. I want to supply an xsd file based >> on >> which i will get the unmarshalled object containing the values in the >> string >> xml. >> > > > -- View this message in context: http://www.nabble.com/Unmarshalling-the-String-xml-inside-esb-using-JAXB-tp19307091p19308801.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
