- All Implemented Interfaces:
- org.apache.camel.Processor
public class WonMessageIntoCamelProcessor
extends java.lang.Object
implements org.apache.camel.Processor
First processor for incoming messages. It expects a serialized WonMessage in
TriG format in the exchange's in, in the body or a WonMessage object in the
in header 'wonMessgage'. If that header is empty, the WonMessage found in the
body is deserialized and put into the in header 'wonMessage'. Moreover, the
'messageType' header is set. To avoid confusions, the body of the exchange's
in is deleted.