|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attachment | |
---|---|
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. |
Uses of Attachment in org.springframework.ws.mime |
---|
Methods in org.springframework.ws.mime that return Attachment | |
---|---|
Attachment |
MimeMessage.addAttachment(String contentId,
DataHandler dataHandler)
Add an attachment to the message, taking the content from a DataHandler . |
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.addAttachment(String contentId,
InputStreamSource inputStreamSource,
String contentType)
Add an attachment to the message, taking the content from an InputStreamSource . |
Attachment |
AbstractMimeMessage.addAttachment(String contentId,
InputStreamSource inputStreamSource,
String contentType)
|
Attachment |
MimeMessage.getAttachment(String contentId)
Returns the Attachment with the specified content Id. |
Methods in org.springframework.ws.mime that return types with arguments of type Attachment | |
---|---|
Iterator<Attachment> |
MimeMessage.getAttachments()
Returns an Iterator over all Attachment objects that are part of this message. |
Uses of Attachment in org.springframework.ws.soap.axiom |
---|
Methods in org.springframework.ws.soap.axiom that return Attachment | |
---|---|
Attachment |
AxiomSoapMessage.addAttachment(String contentId,
DataHandler dataHandler)
|
Attachment |
AxiomSoapMessage.getAttachment(String contentId)
|
Methods in org.springframework.ws.soap.axiom that return types with arguments of type Attachment | |
---|---|
Iterator<Attachment> |
AxiomSoapMessage.getAttachments()
|
Uses of Attachment in org.springframework.ws.soap.saaj |
---|
Methods in org.springframework.ws.soap.saaj that return Attachment | |
---|---|
Attachment |
SaajSoapMessage.addAttachment(String contentId,
DataHandler dataHandler)
|
Attachment |
SaajSoapMessage.getAttachment(String contentId)
|
Methods in org.springframework.ws.soap.saaj that return types with arguments of type Attachment | |
---|---|
Iterator<Attachment> |
SaajSoapMessage.getAttachments()
|
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |