how to get the value from cxf request payload

2015-04-07 Thread chaituu
rich(Document doc) { Node node = doc.getElementsByTagName("orderId").item(0); String orderId = node.getTextContent(); System.out.println("orderId was " + orderId ); return doc; } } -- View this message in context: http://camel.465427.n

Re: how to get the value from cxf request payload

2015-04-07 Thread yogu13
Try exploring CXF InInterceptors for this. Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/how-to-get-the-value-from-cxf-request-payload-tp5765452p5765459.html Sent from the Camel - Users mailing list archive at Nabble.com.