Uses of Interface
org.springframework.ws.mime.MimeMessage
Packages that use MimeMessage
Package
Description
Provides MIME functionality for use the Spring Web Services framework.
Provides the SOAP functionality of the Spring Web Services framework.
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 -
Uses of MimeMessage in org.springframework.ws.soap
Subinterfaces of MimeMessage in org.springframework.ws.soapModifier and TypeInterfaceDescriptioninterface
Represents an abstraction for SOAP messages, providing access to a SOAP Envelope.Classes in org.springframework.ws.soap that implement MimeMessage -
Uses of MimeMessage in org.springframework.ws.soap.saaj
Classes in org.springframework.ws.soap.saaj that implement MimeMessageModifier and TypeClassDescriptionclass
SAAJ-specific implementation of theSoapMessage
interface.