Spring Web Services Framework

Uses of Class
org.springframework.ws.soap.AbstractSoapMessage

Packages that use AbstractSoapMessage
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 AbstractSoapMessage in org.springframework.ws.soap.axiom
 

Subclasses of AbstractSoapMessage in org.springframework.ws.soap.axiom
 class AxiomSoapMessage
          AXIOM-specific implementation of the SoapMessage interface.
 

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

Subclasses of AbstractSoapMessage in org.springframework.ws.soap.saaj
 class SaajSoapMessage
          SAAJ-specific implementation of the SoapMessage interface.
 


Spring Web Services Framework

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