Interface MessageTypeSelector

All Known Implementing Classes:
AbstractMessageProcessor

public interface MessageTypeSelector
Author:
Christoph Deppisch
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if this message processor is capable of handling the given message type.
  • Method Details

    • supportsMessageType

      boolean supportsMessageType(String messageType)
      Checks if this message processor is capable of handling the given message type.
      Parameters:
      messageType - the message type representation as String (e.g. xml, json, csv, plaintext).
      Returns:
      true if this component supports the message type.