I'm trying to alter some output in a REST call. I want to wrap the JSON output with a callback name. I've managed to get a filter to work (all my attempts to get the OutInterceptor to work have failed). So now I've got a message object.
To alter the message I thought I could use something like JSONStream os = message.getContent(JSONStream.class); but this returns null. Anyone have an idea how I can alter the JSON. -- View this message in context: http://www.nabble.com/Altering-JSON-Output-in-a-REST-service-tp20478852p20478852.html Sent from the cxf-user mailing list archive at Nabble.com.
