Package org.citrusframework.message
Interface MessageTypeSelector
- All Known Implementing Classes:
AbstractMessageProcessor
public interface MessageTypeSelector
- Author:
- Christoph Deppisch
-
Method Summary
Modifier and TypeMethodDescriptionbooleansupportsMessageType(String messageType) Checks if this message processor is capable of handling the given message type.
-
Method Details
-
supportsMessageType
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.
-