| Author |
marshalling and unmarshallin
|
Adinath Shirsath
Ranch Hand
Joined: Dec 04, 2007
Posts: 35
|
|
hi everyone, is there any utility in java which can convert xml schema into class. so we can unmarshall xml file into the object
|
 |
Marco Ehrentreich
best scout
Bartender
Joined: Mar 07, 2007
Posts: 1221
|
|
Hi Adinath, first two other things: It's usually not a good idea to post the same questions to different forums because this means more work for all the others who want to help you. And it's a bad idea, too, to explicitly tell everyone how urgent it is (even if it really is). This will at most help you to get no answer at all For your actual problem you should take a look at JAXB. JAXB is a framework for XML and Java binding and can do exactly what you're looking for. Marco
|
 |
Freddy Wong
Ranch Hand
Joined: Sep 11, 2006
Posts: 959
|
|
You can also try XMLBeans. http://xmlbeans.apache.org/
|
SCJP 5.0, SCWCD 1.4, SCBCD 1.3, SCDJWS 1.4
My Blog
|
 |
 |
|
|
subject: marshalling and unmarshallin
|
|
|