Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
/*
* Provide own codes to consume or translate the message exchanges.
* @param org.apache.camel.Exchange exchange
*/
beans.testResponseBean retour = new beans.testResponseBean();
retour.setMessage("OK");
retour.setCode("0000");
exchange.getOut().setBody(retour, beans.testResponseBean.class);