Class BinarySoapAttachmentValidator
java.lang.Object
org.citrusframework.ws.validation.AbstractSoapAttachmentValidator
org.citrusframework.ws.validation.BinarySoapAttachmentValidator
- All Implemented Interfaces:
SoapAttachmentValidator
Soap attachment validator performs binary content validation by comparing attachment content binary input streams.
- Since:
- 2.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvalidateAttachmentContent(SoapAttachment receivedAttachment, SoapAttachment controlAttachment) Delegate content body validation to subclasses.Methods inherited from class org.citrusframework.ws.validation.AbstractSoapAttachmentValidator
findAttachment, validateAttachment, validateAttachmentContentId, validateAttachmentContentType
-
Constructor Details
-
BinarySoapAttachmentValidator
public BinarySoapAttachmentValidator()
-
-
Method Details
-
validateAttachmentContent
protected void validateAttachmentContent(SoapAttachment receivedAttachment, SoapAttachment controlAttachment) Description copied from class:AbstractSoapAttachmentValidatorDelegate content body validation to subclasses.- Specified by:
validateAttachmentContentin classAbstractSoapAttachmentValidator
-