Modifier and Type | Class and Description |
---|---|
class |
DefaultMessageHeaderValidator
Basic header message validator provides message header validation.
|
class |
DefaultMessageValidator
Basic control message validator for all message types.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonPathMessageValidator
Message validator evaluates set of JSONPath expressions on message payload and checks that values are as expected.
|
class |
JsonTextMessageValidator
This message validator implementation is able to validate two JSON text objects.
|
Modifier and Type | Class and Description |
---|---|
class |
GroovyJsonMessageValidator
Extended groovy message validator providing specific Json slurper support.
|
class |
GroovyScriptMessageValidator
Groovy script message validator passing the message to a validation script.
|
class |
GroovyXmlMessageValidator
Extended groovy message validator providing specific XML slurper support.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryBase64MessageValidator
Message validator automatically converts received binary data message payload to base64 String.
|
class |
GzipBinaryBase64MessageValidator
Message validator automatically converts received binary data message payload to base64 String.
|
class |
PlainTextMessageValidator
Plain text validator using simple String comparison.
|
Modifier and Type | Class and Description |
---|---|
class |
XhtmlMessageValidator
XHTML message validator using W3C jtidy to automatically convert HTML content to XHTML fixing most common
well-formed errors in HTML markup.
|
class |
XhtmlXpathMessageValidator |
Modifier and Type | Class and Description |
---|---|
class |
DomXmlMessageValidator
Default message validator implementation.
|
class |
XpathMessageValidator
Message validator evaluates set of XPath expressions on message payload and checks that values are as expected.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.