Spring Web Services Framework

Uses of Interface
org.springframework.ws.mime.Attachment

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.
 

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)
           
 

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)
           
 


Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.