.apache.org/bean-integration.html">Bean Integration features in Camel. Features such as the
Bean Injection of objects like {@link org.apache.camel.Endpoint} and{@link org.apache.camel.ProducerTemplate} together with support for
POJO Consuming via the {@link org.apache.camel.Consume} annotation along with
POJO Producing via the {@link org.apache.camel.Produce} annotation along with other annotations such as{@link org.apache.camel.DynamicRouter} for creating
a Dynamic router via annotations.{@link org.apache.camel.RecipientList} for creating
a Recipient List router via annotations.{@link org.apache.camel.RoutingSlip} for creating
a Routing Slip router via annotations.
Components such as
camel-spring, and
camel-blueprint can leverage this post processor to hook in Camel bean post processing into their bean processing framework.