| Package | Description |
|---|---|
| com.consol.citrus.ws.actions | |
| com.consol.citrus.ws.validation |
| Modifier and Type | Method and Description |
|---|---|
SoapAttachmentValidator |
ReceiveSoapMessageAction.getAttachmentValidator()
Gets the attachmentValidator.
|
| Modifier and Type | Method and Description |
|---|---|
ReceiveSoapMessageAction |
ReceiveSoapMessageAction.setAttachmentValidator(SoapAttachmentValidator attachmentValidator)
Set the attachment validator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSoapAttachmentValidator
Abstract SOAP attachment validator tries to find attachment within received message and compares
its attachment contentId, contentType and content body to a control attachment definition.
|
class |
BinarySoapAttachmentValidator
Soap attachment validator performs binary content validation by comparing attachment content binary input streams.
|
class |
SimpleSoapAttachmentValidator
Simple implementation of a
AbstractSoapAttachmentValidator. |
class |
XmlSoapAttachmentValidator
Soap attachment validator delegating attachment content validation to a
MessageValidator. |
Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.