Package com.consol.citrus.message
Interface MessageTypeSelector
-
- All Known Subinterfaces:
MessageConstructionInterceptor
- All Known Implementing Classes:
AbstractMessageProcessor
public interface MessageTypeSelector- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansupportsMessageType(String messageType)Checks if this message processor is capable of handling the given message type.
-
-
-
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.
-
-