Uses of Interface
org.springframework.ws.mime.Attachment
Package
Description
Provides MIME functionality for use the Spring Web Services framework.
SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure.
-
Uses of Attachment in org.springframework.ws.mime
Modifier and TypeMethodDescriptionfinal Attachment
AbstractMimeMessage.addAttachment
(String contentId, File file) final Attachment
AbstractMimeMessage.addAttachment
(String contentId, org.springframework.core.io.InputStreamSource inputStreamSource, String contentType) MimeMessage.addAttachment
(String contentId, jakarta.activation.DataHandler dataHandler) Add an attachment to the message, taking the content from aDataHandler
.MimeMessage.addAttachment
(String contentId, File file) Add an attachment to the message, taking the content from aFile
.MimeMessage.addAttachment
(String contentId, org.springframework.core.io.InputStreamSource inputStreamSource, String contentType) Add an attachment to the message, taking the content from anInputStreamSource
.MimeMessage.getAttachment
(String contentId) Returns theAttachment
with the specified content Id.Modifier and TypeMethodDescriptionMimeMessage.getAttachments()
Returns anIterator
over allAttachment
objects that are part of this message. -
Uses of Attachment in org.springframework.ws.soap.saaj
Modifier and TypeMethodDescriptionSaajSoapMessage.addAttachment
(String contentId, jakarta.activation.DataHandler dataHandler) SaajSoapMessage.getAttachment
(String contentId)