Spring Web Services Framework

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

Packages that use MimeMessage
org.springframework.ws.mime Provides MIME functionality for use the Spring Web Services framework. 
org.springframework.ws.soap Provides the SOAP functionality of 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 MimeMessage in org.springframework.ws.mime
 

Classes in org.springframework.ws.mime that implement MimeMessage
 class AbstractMimeMessage
          Abstract implementation of the MimeMessage interface.
 

Uses of MimeMessage in org.springframework.ws.soap
 

Subinterfaces of MimeMessage in org.springframework.ws.soap
 interface SoapMessage
          Represents an abstraction for SOAP messages, providing access to a SOAP Envelope.
 

Classes in org.springframework.ws.soap that implement MimeMessage
 class AbstractSoapMessage
          Abstract implementation of the SoapMessage interface.
 

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

Classes in org.springframework.ws.soap.axiom that implement MimeMessage
 class AxiomSoapMessage
          AXIOM-specific implementation of the SoapMessage interface.
 

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

Classes in org.springframework.ws.soap.saaj that implement MimeMessage
 class SaajSoapMessage
          SAAJ-specific implementation of the SoapMessage interface.
 


Spring Web Services Framework

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