Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Mastering Apache Camel

You're reading from  Mastering Apache Camel

Product type Book
Published in Jun 2015
Publisher Packt
ISBN-13 9781782173151
Pages 238 pages
Edition 1st Edition
Languages
Concepts
Authors (3):
Bilgin Ismet Ibryam Bilgin Ismet Ibryam
Profile icon Bilgin Ismet Ibryam
Jean Baptiste Onofre Jean Baptiste Onofre
Profile icon Jean Baptiste Onofre
Jean-Baptiste Onofré Jean-Baptiste Onofré
Profile icon Jean-Baptiste Onofré
View More author details

Bean and method bindings


During step 2, when the BeanProcessor selects the method to invoke, the message/method bindings can occur in different ways. Camel tries the following steps to resolve the bean method:

  1. If the incoming message (in message) contains the CamelBeanMethodName header, then this method is invoked, converting the in message body to the type of the method's argument.

  2. You can specify the method name directly in the route definition (on the bean endpoint).

  3. If the bean contains a method annotated with @Handler, then this method is invoked.

  4. If the bean can be converted to a processor (containing the process() method), we fall back to the regular processor usage as seen in the previous chapter.

  5. If the body of the in message can be converted to a org.apache.camel.component.bean.BeanInvocation component, then it's the result of the getMethod() method, which is used as the method name.

  6. Otherwise, the body type of the in message is used to find a matching method.

Several exceptions can occur...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}