| Author |
JAXB the root class
|
Luke Murphy
Ranch Hand
Joined: May 12, 2010
Posts: 299
|
|
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
|
|
|