Thanks for the quick response Dan. I had one additional question about request/response wrapper objects. With objects coming across the wire you can create immutable objects with the use of @XmlAccessorType(XmlAccessType.NONE) and private constructors and still have the objects be marshalled and un-marshalled successfully.
I'm curious if you can do the same for @RequestWrapper/@ResponseWrapper objects and if there are any benefits to making those objects immutable or I'm I over complicating it? Thanks Derek -- View this message in context: http://cxf.547215.n5.nabble.com/Some-questions-about-RequestWrapper-ResponseWrapper-annotations-tp4746638p4753145.html Sent from the cxf-user mailing list archive at Nabble.com.
