Uses of Class
org.springframework.core.io.InputStreamSource

Packages that use InputStreamSource
org.springframework.core.io 
org.springframework.mail.javamail 

Uses of InputStreamSource in org.springframework.core.io
 

Subinterfaces of InputStreamSource in org.springframework.core.io
interface Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or classpath resource.
 

Uses of InputStreamSource in org.springframework.mail.javamail
 

Methods in org.springframework.mail.javamail with parameters of type InputStreamSource
voidMimeMessageHelper.addAttachment(String attachmentFilename, InputStreamSource inputStreamSource)
          Add an attachment to the given MimeMessage, taking the content from an org.springframework.core.InputStreamResource.