Uses of Class
org.springframework.ws.mime.AttachmentException
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 AttachmentException in org.springframework.ws.mime
Modifier and TypeMethodDescriptionfinal Attachment
AbstractMimeMessage.addAttachment
(String contentId, File file) MimeMessage.addAttachment
(String contentId, File file) Add an attachment to the message, taking the content from aFile
.MimeMessage.getAttachment
(String contentId) Returns theAttachment
with the specified content Id.MimeMessage.getAttachments()
Returns anIterator
over allAttachment
objects that are part of this message. -
Uses of AttachmentException in org.springframework.ws.soap.saaj