Package org.apache.camel.spi
Interface AnnotationBasedProcessorFactory
-
public interface AnnotationBasedProcessorFactoryFactory to createProcessorfor annotation based EIPs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncProcessorcreateDynamicRouter(CamelContext camelContext, DynamicRouter annotation)Creates dynamic router processor from the configured annotation.AsyncProcessorcreateRecipientList(CamelContext camelContext, RecipientList annotation)Creates recipient list processor from the configured annotation.AsyncProcessorcreateRoutingSlip(CamelContext camelContext, RoutingSlip annotation)Creates routing slip processor from the configured annotation.
-
-
-
Method Detail
-
createDynamicRouter
AsyncProcessor createDynamicRouter(CamelContext camelContext, DynamicRouter annotation)
Creates dynamic router processor from the configured annotation.
-
createRecipientList
AsyncProcessor createRecipientList(CamelContext camelContext, RecipientList annotation)
Creates recipient list processor from the configured annotation.
-
createRoutingSlip
AsyncProcessor createRoutingSlip(CamelContext camelContext, RoutingSlip annotation)
Creates routing slip processor from the configured annotation.
-
-