Class RouteReifier

  • All Implemented Interfaces:
    org.apache.camel.spi.BeanRepository

    public class RouteReifier
    extends ProcessorReifier<org.apache.camel.model.RouteDefinition>
    • Constructor Detail

      • RouteReifier

        public RouteReifier​(org.apache.camel.CamelContext camelContext,
                            org.apache.camel.model.ProcessorDefinition<?> definition)
    • Method Detail

      • createProcessor

        public org.apache.camel.Processor createProcessor()
                                                   throws Exception
        Description copied from class: ProcessorReifier
        Override this in definition class and implement logic to create the processor based on the definition model.
        Specified by:
        createProcessor in class ProcessorReifier<org.apache.camel.model.RouteDefinition>
        Throws:
        Exception
      • createRoute

        public org.apache.camel.Route createRoute()
      • doCreateRoute

        protected org.apache.camel.Route doCreateRoute()
                                                throws Exception
        Throws:
        Exception
      • computeRouteProperties

        protected Map<String,​Object> computeRouteProperties()