Two Laptop Bag
The moose likes XML and Related Technologies and the fly likes JAXB the root class Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "JAXB the root class" Watch "JAXB the root class" New topic
Author

JAXB the root class

Luke Murphy
Ranch Hand

Joined: May 12, 2010
Posts: 295
Hi,
I have an XML to represent a list of Servers. It is like this:




At the moment to marshall / unmarshall this I have two classes. One for the Server:



Which is fine. However, I also have one for the list of Servers. I need this class to marshall and unmarshall a list of servers. I want to get rid of this class but keep the XML the same. Any ideas how I can do this?



 
 
subject: JAXB the root class
 
Threads others viewed
Append child + Xstream
Inserting into table with Hibernate question
web services performance question
Passing Information Between Web Applications (Alternative to Web Services)
Marshalling XML with Spring (How to handle referenced classes)
developer file tools