Uses of Interface
org.springframework.ws.mime.Attachment
Packages that use 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
Methods in org.springframework.ws.mime that return AttachmentModifier 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.Methods in org.springframework.ws.mime that return types with arguments of type AttachmentModifier and TypeMethodDescriptionMimeMessage.getAttachments()
Returns anIterator
over allAttachment
objects that are part of this message. -
Uses of Attachment in org.springframework.ws.soap.saaj
Methods in org.springframework.ws.soap.saaj that return AttachmentModifier and TypeMethodDescriptionSaajSoapMessage.addAttachment
(String contentId, jakarta.activation.DataHandler dataHandler) SaajSoapMessage.getAttachment
(String contentId) Methods in org.springframework.ws.soap.saaj that return types with arguments of type Attachment