Class InterceptReifier<T extends org.apache.camel.model.InterceptDefinition>

  • All Implemented Interfaces:
    org.apache.camel.spi.BeanRepository
    Direct Known Subclasses:
    InterceptFromReifier

    public class InterceptReifier<T extends org.apache.camel.model.InterceptDefinition>
    extends ProcessorReifier<T>
    • Constructor Detail

      • InterceptReifier

        public InterceptReifier​(org.apache.camel.Route route,
                                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<T extends org.apache.camel.model.InterceptDefinition>
        Throws:
        Exception