Package com.eduix.genexp.service
Class Enricher
- java.lang.Object
-
- com.eduix.genexp.service.Enricher
-
- All Implemented Interfaces:
org.apache.camel.Processor
public class Enricher extends Object implements org.apache.camel.Processor
-
-
Field Summary
Fields Modifier and Type Field Description private Set<EnrichmentService>enrichmentServicesprivate static org.slf4j.Loggerlog
-
Constructor Summary
Constructors Constructor Description Enricher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEnrichmentService(EnrichmentService enrichmentService, Map<?,?> properties)List<Class<?>>getClassesForType(String type)voidprocess(org.apache.camel.Exchange exchange)voidremoveEnrichmentService(EnrichmentService enrichmentService, Map<?,?> properties)
-
-
-
Field Detail
-
log
private static final org.slf4j.Logger log
-
enrichmentServices
private Set<EnrichmentService> enrichmentServices
-
-
Method Detail
-
addEnrichmentService
public void addEnrichmentService(EnrichmentService enrichmentService, Map<?,?> properties)
-
removeEnrichmentService
public void removeEnrichmentService(EnrichmentService enrichmentService, Map<?,?> properties)
-
-