Interface MappingKeyExtractor
-
public interface MappingKeyExtractorInterface describes mapping extraction along message dispatching endpoint adapter processing steps. Extractor is supposed to read mapping name predicate from request (e.g. via XPath, header value, etc.). Dispatching endpoint adapters may then dispatch message processing according to this mapping name.- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringextractMappingKey(Message request)Extracts the mapping key from incoming request message.
-