| Author |
how to get xml from java object using JAXB
|
krishna chitturi
Greenhorn
Joined: Nov 26, 2002
Posts: 11
|
|
hi i have java object and i need to get xml from it, we are using JAXB for unmarshal(java object to xml).we are generating JAXB object it has two methods named marshal and unmarshal.unmarshal is used to get java object from XML , how to call marshal to get xml from jaxb.that unmarshal method is taking Marshallaer as parameter, how can i pass Marshaller as Marshaller is private final class. please help me out.
|
 |
Cindy Glass
"The Hood"
Sheriff
Joined: Sep 29, 2000
Posts: 8521
|
|
Well, there is a JAXB Primer. But I will move this where you might get a better response. hmmmm the XML forum - or the "Other API's forum"?? Well, I pick the XML forum.
|
"JavaRanch, where the deer and the Certified play" - David O'Meara
|
 |
 |
|
|
subject: how to get xml from java object using JAXB
|
|
|