Uses of Class
com.consol.citrus.channel.selector.AbstractMessageSelector
-
Packages that use AbstractMessageSelector Package Description com.consol.citrus.channel.selector -
-
Uses of AbstractMessageSelector in com.consol.citrus.channel.selector
Subclasses of AbstractMessageSelector in com.consol.citrus.channel.selector Modifier and Type Class Description classHeaderMatchingMessageSelectorMessage selector matches one or more header elements with the message header.classJsonPathPayloadMessageSelectorMessage selector accepts JSON messages in case JsonPath expression evaluation result matches the expected value.classPayloadMatchingMessageSelectorMessage selector matches one or more header elements with the message header.classRootQNameMessageSelectorMessage selector accepts XML messages according to specified root element QName.classXpathPayloadMessageSelectorMessage selector accepts XML messages in case XPath expression evaluation result matches the expected value.
-