Spring Web Services Framework

Uses of Class
org.springframework.ws.mime.AttachmentException

Packages that use AttachmentException
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 AttachmentException in org.springframework.ws.mime
 

Methods in org.springframework.ws.mime that throw AttachmentException
 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.
 

Uses of AttachmentException in org.springframework.ws.soap.axiom
 

Subclasses of AttachmentException in org.springframework.ws.soap.axiom
 class AxiomAttachmentException
           
 

Uses of AttachmentException in org.springframework.ws.soap.saaj
 

Subclasses of AttachmentException in org.springframework.ws.soap.saaj
 class SaajAttachmentException
           
 

Methods in org.springframework.ws.soap.saaj that throw AttachmentException
 Iterator<Attachment> SaajSoapMessage.getAttachments()
           
 


Spring Web Services Framework

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