Uses of Class
org.springframework.ws.mime.AttachmentException
Packages that use 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
Methods in org.springframework.ws.mime that throw AttachmentExceptionModifier 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
Subclasses of AttachmentException in org.springframework.ws.soap.saajMethods in org.springframework.ws.soap.saaj that throw AttachmentException