Willem.Jiang wrote > If the from(XXX) is not from a servlet, you need to find out what is in > the message body, and try to convert the message body into a > PayPalRequest. > But it could be easy to you client just send a Form which has the enough > information to build a PayPalRequest.
So that finding out the Object type from the message body sounds to me like a needle in the ocean. What I mean is that the message body could be anything, anything that is an Object. Is there a way that I can restrict the message type in the exchange body so that it becomes easier for me to look for a specific type in the message in my PayPalProducer and populate the PayPalRequest object? Regards, Joe -- View this message in context: http://camel.465427.n5.nabble.com/Camel-PayPal-Component-tp5728062p5735611.html Sent from the Camel Development mailing list archive at Nabble.com.