Package | Description |
---|---|
com.consol.citrus.actions | |
com.consol.citrus.validation.callback | |
com.consol.citrus.validation.json | |
com.consol.citrus.validation.xml |
Modifier and Type | Method and Description |
---|---|
ValidationCallback |
ReceiveMessageAction.getValidationCallback()
Gets the validationCallback.
|
Modifier and Type | Method and Description |
---|---|
ReceiveMessageAction |
ReceiveMessageAction.setValidationCallback(ValidationCallback validationCallback)
Sets the validationCallback.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractValidationCallback<T>
Validation callback automatically extracts message payload and headers so we work with
Java code for validation.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonMappingValidationCallback<T> |
Modifier and Type | Class and Description |
---|---|
class |
XmlMarshallingValidationCallback<T>
Validation callback automatically unmarshalling message payload so we work with
Java objects for validation.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.