Uses of Interface
org.citrusframework.ws.validation.SoapAttachmentValidator
Packages that use SoapAttachmentValidator
Package
Description
-
Uses of SoapAttachmentValidator in org.citrusframework.ws.actions
Methods in org.citrusframework.ws.actions that return SoapAttachmentValidatorModifier and TypeMethodDescriptionReceiveSoapMessageAction.getAttachmentValidator()Gets the attachmentValidator.Methods in org.citrusframework.ws.actions with parameters of type SoapAttachmentValidatorModifier and TypeMethodDescriptionReceiveSoapMessageAction.SoapMessageBuilderSupport.attachmentValidator(SoapAttachmentValidator validator) Set explicit SOAP attachment validator. -
Uses of SoapAttachmentValidator in org.citrusframework.ws.config.xml
Methods in org.citrusframework.ws.config.xml with parameters of type SoapAttachmentValidatorModifier and TypeMethodDescriptionvoidReceiveSoapMessageActionParser.ReceiveSoapMessageActionFactoryBean.setAttachmentValidator(SoapAttachmentValidator attachmentValidator) Set the attachment validator. -
Uses of SoapAttachmentValidator in org.citrusframework.ws.validation
Classes in org.citrusframework.ws.validation that implement SoapAttachmentValidatorModifier and TypeClassDescriptionclassAbstract SOAP attachment validator tries to find attachment within received message and compares its attachment contentId, contentType and content body to a control attachment definition.classSoap attachment validator performs binary content validation by comparing attachment content binary input streams.classSimple implementation of aAbstractSoapAttachmentValidator.classSoap attachment validator delegating attachment content validation to aMessageValidator.