Uses of Class
org.springframework.ws.mime.AbstractMimeMessage
Packages that use AbstractMimeMessage
Package
Description
Provides the SOAP functionality of the Spring Web Services framework.
AXis Object Model (AXIOM) support for Spring-WS soap message infrastructure.
SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message
infrastructure.
-
Uses of AbstractMimeMessage in org.springframework.ws.soap
Subclasses of AbstractMimeMessage in org.springframework.ws.soap -
Uses of AbstractMimeMessage in org.springframework.ws.soap.axiom
Subclasses of AbstractMimeMessage in org.springframework.ws.soap.axiomModifier and TypeClassDescriptionclass
AXIOM-specific implementation of theSoapMessage
interface. -
Uses of AbstractMimeMessage in org.springframework.ws.soap.saaj
Subclasses of AbstractMimeMessage in org.springframework.ws.soap.saajModifier and TypeClassDescriptionclass
SAAJ-specific implementation of theSoapMessage
interface.