Interface MessageTypeSelector

    • Method Detail

      • 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.