Uses of Interface
org.springframework.ws.mime.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
-
Uses of MimeMessage in org.springframework.ws.soap
Modifier and TypeInterfaceDescriptioninterface
Represents an abstraction for SOAP messages, providing access to a SOAP Envelope. -
Uses of MimeMessage in org.springframework.ws.soap.saaj
Modifier and TypeClassDescriptionclass
SAAJ-specific implementation of theSoapMessage
interface.