how to produce Java class from xsd programmatically?
ebcDec 19 2011 — edited Jan 5 2012As titled, I want to generage Java class/interface from xml schema via a program. There is a tool "xjc" that can do this manually.
I saw a sample that generates xsd file from Java class programmatically, I am figuring out if there is such a API to do the similar thing vice versa.
Thank you in advance!