public interface SoapAttachmentValidator
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.| Modifier and Type | Method and Description |
|---|---|
void |
validateAttachment(SoapMessage soapMessage,
List<SoapAttachment> controlAttachments)
Validate attachments in soap message.
|
void validateAttachment(SoapMessage soapMessage, List<SoapAttachment> controlAttachments)
soapMessage - controlAttachments - Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.