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 TypeClassDescriptionclassAXIOM-specific implementation of theSoapMessageinterface. -
Uses of AbstractMimeMessage in org.springframework.ws.soap.saaj
Subclasses of AbstractMimeMessage in org.springframework.ws.soap.saajModifier and TypeClassDescriptionclassSAAJ-specific implementation of theSoapMessageinterface.