Interface SoapAttachmentValidator
- All Known Implementing Classes:
AbstractSoapAttachmentValidator,BinarySoapAttachmentValidator,SimpleSoapAttachmentValidator,XmlSoapAttachmentValidator
public interface SoapAttachmentValidator
Interface for SOAP attachment validators.
The Citrus
WebServiceEndpoint implementation adds the received SOAP attachments as
Attachment implementations to the Spring integration message header. The header name will be the
attachment's contentId. The header value is the Attachment object.-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidateAttachment(SoapMessage soapMessage, List<SoapAttachment> controlAttachments) Validate attachments in soap message.
-
Method Details
-
validateAttachment
Validate attachments in soap message. List of control attachments should be present and get validated.- Parameters:
soapMessage-controlAttachments-
-