• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Autogenerating Castor Unmarshaller Mapping File

 
Greenhorn
Posts: 1
Firefox Browser Notepad
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have multiple xml files with it's xsd. I want to unmarshall the xml n extract data, but in the process i have to go on creating mapping files for castor. I can auto-generate my pojos through jaxb by using the xsd, is there a way to automate the mapping file generation such that whenever i get an xml, based on it's xsd it maps the xml elements to the pojos jaxb has generated. Basically i am getting the xmls from an external source and i have the xsds.

Please give a detailed explanation, and please give some detailed reference for castor unmarshall mapping file through xsd.
 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moved to "XML and Related Technologies" forum.
 
reply
    Bookmark Topic Watch Topic
  • New Topic