Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Bean component supports the creation of a proxy via ProxyHelper to a Java interface; which the implementation just sends a message containing a BeanInvocation to some camel endpoint.

Then there is a server side implementation which consumes a message and binds uses the Bean Binding to bind the message to invoke a method parameterpassing in its parameters.

Bean Post Processor

If a bean is defined in Spring XML and it has some Camel annotations then it can be processed to inject resources.

...