Package | Description |
---|---|
org.springframework.ws.mime |
Provides MIME functionality for use the Spring Web Services framework.
|
org.springframework.ws.soap.axiom |
AXis Object Model (AXIOM) support for Spring-WS' soap message infrastructure.
|
org.springframework.ws.soap.saaj |
SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure.
|
Modifier and Type | Method and Description |
---|---|
Attachment |
MimeMessage.addAttachment(String contentId,
File file)
Add an attachment to the message, taking the content from a
File . |
Attachment |
AbstractMimeMessage.addAttachment(String contentId,
File file) |
Attachment |
MimeMessage.getAttachment(String contentId)
Returns the
Attachment with the specified content Id. |
Iterator<Attachment> |
MimeMessage.getAttachments()
Returns an
Iterator over all Attachment objects that are part of this message. |
Modifier and Type | Class and Description |
---|---|
class |
AxiomAttachmentException |
Modifier and Type | Class and Description |
---|---|
class |
SaajAttachmentException |
Modifier and Type | Method and Description |
---|---|
Iterator<Attachment> |
SaajSoapMessage.getAttachments() |
Copyright © 2020 Pivotal Software. All rights reserved.