Uses of Class
org.springframework.ws.mime.AttachmentException
Packages that use AttachmentException
Package
Description
Provides MIME functionality for use the Spring Web Services framework.
AXis Object Model (AXIOM) support for Spring-WS soap message infrastructure.
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
.@Nullable Attachment
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.axiom
Subclasses of AttachmentException in org.springframework.ws.soap.axiomModifier and TypeClassDescriptionclass
Exception thrown when aAxiomAttachment
could not be accessed. -
Uses of AttachmentException in org.springframework.ws.soap.saaj
Subclasses of AttachmentException in org.springframework.ws.soap.saajModifier and TypeClassDescriptionclass
Exception thrown when aSaajAttachment
could not be accessed.Methods in org.springframework.ws.soap.saaj that throw AttachmentException