Interface ValueExtractor
-
public interface ValueExtractorValueExtractotr extracts value from Exchange and Container object. Usually each input parameter has one extractor which extracts parameter value from input "map" to be sent into db.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objecteval(org.apache.camel.Exchange exchange, Object container)
-