Versions Compared

Key

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

...

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

...

Sending messages

To allow sending of messages you can use @EndpointInject() annotation. This will inject either a ProducerTemplate or CamelTemplate so that the bean can send message exchanges.

...