endChoice() in Camel Scala DSL

2013-10-23 Thread abhinavm
p://camel.465427.n5.nabble.com/endChoice-in-Camel-Scala-DSL-tp5742094.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: endChoice() in Camel Scala DSL

2013-10-23 Thread Willem jiang
; exchange.getIn.getBody(classOf[String]) != null){ > process(new ResponseProcessor) > .log(LoggingLevel.INFO,"File with content: ${body}") > .log("Completed Job") > } otherwise{ > log(LoggingLevel.INFO,"Empty Body") > } > } > .log("Should Re