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 AttachmentAbstractMimeMessage.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 theAttachmentwith the specified content Id.MimeMessage.getAttachments()Returns anIteratorover allAttachmentobjects 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 TypeClassDescriptionclassException thrown when aAxiomAttachmentcould not be accessed. -
Uses of AttachmentException in org.springframework.ws.soap.saaj
Subclasses of AttachmentException in org.springframework.ws.soap.saajModifier and TypeClassDescriptionclassException thrown when aSaajAttachmentcould not be accessed.Methods in org.springframework.ws.soap.saaj that throw AttachmentException