Interface MappingKeyExtractor


public interface MappingKeyExtractor
Interface 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

    Modifier and Type
    Method
    Description
    Extracts the mapping key from incoming request message.
  • Method Details

    • extractMappingKey

      String extractMappingKey(Message request)
      Extracts the mapping key from incoming request message.
      Parameters:
      request -
      Returns: