Hi Goyal, Out is only used in an InOut Exchange. That means that if the from() endpoint used is cxf, jetty, mina, netty, ... then they are waiting about a response to be returned to the client calling them. In this case and camel route, the pattern used is InOut and Out (Body, Headers) object will used for the response. In most of the case, the from() endpoint does not need to return a response and then the Out object will be null. In this camel route, the exchange pattern is of type InOny.
Regards, On Wed, Oct 9, 2013 at 6:01 AM, Goyal, Arpit <[email protected]> wrote: > Hello, > > VerifyingProcessor class doesn't construct Out Message like the > SigningProcess does. So basically after Verifying Processor is completed, > we should stop the route, which in practical scenario is not the case. Once > the route has verified the message, then further processing to the message > will be required! So like SigningProcess, ideally VerifiyingProcessor > should also pass on the Out Message. > > Is this as per design? > > Regards, > Arpit. > -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io
