Class SendReifier

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

    public class SendReifier
    extends ProcessorReifier<org.apache.camel.model.SendDefinition<?>>
    • Constructor Detail

      • SendReifier

        public SendReifier​(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<org.apache.camel.model.SendDefinition<?>>
        Throws:
        Exception
      • resolveEndpoint

        public org.apache.camel.Endpoint resolveEndpoint()