[Resteasy-users] XML format

2012-06-12 Thread Norman Maurer
Hi there, I have a simple question ( at least I hope its simple) ;) I have the following pojo: @XmlRootElement(name=myclass) public class MyClass { private SetMySecondClass mysecondclass = … .. } @XmlRootElement(name=mysecondclass) public class MySecondClass { private String value =

Re: [Resteasy-users] XML format

2012-06-12 Thread Bill Burke
Ya, JAXB has this option @XmlElementWrapper I think? Don't remember. On 6/12/12 2:14 PM, Norman Maurer wrote: Hi there, I have a simple question ( at least I hope its simple) ;) I have the following pojo: @XmlRootElement(name=myclass) public class MyClass { private SetMySecondClass