Class Enricher

  • All Implemented Interfaces:
    org.apache.camel.Processor

    public class Enricher
    extends Object
    implements org.apache.camel.Processor
    • Field Detail

      • log

        private static final org.slf4j.Logger log
    • Constructor Detail

      • Enricher

        public Enricher()
    • Method Detail

      • addEnrichmentService

        public void addEnrichmentService​(EnrichmentService enrichmentService,
                                         Map<?,​?> properties)
      • removeEnrichmentService

        public void removeEnrichmentService​(EnrichmentService enrichmentService,
                                            Map<?,​?> properties)
      • getClassesForType

        public List<Class<?>> getClassesForType​(String type)
      • process

        public void process​(org.apache.camel.Exchange exchange)
                     throws Exception
        Specified by:
        process in interface org.apache.camel.Processor
        Throws:
        Exception