A bit of clarification about what I would like to achieve. When I'm doing exception mapping I do simple Response.serverError().entity(xxx).build() and it produces perfectly formatted JSON response.
On the client side I have a Java proxy which in this case gets WebApplicationException. I can get the JSON text from it (produced by the server-side marshaller). But my question is: is there any simple/easy way to have that JSON unmarshalled into the same class' instance which was used by the server-side marshaller? Does it have anything to do with data bindings? Can you please point me to an example? -- View this message in context: http://old.nabble.com/Unmarshal-WebApplicationException-Response-JSON-entity-tp27726278p27731548.html Sent from the cxf-user mailing list archive at Nabble.com.
