Spring Web Services Framework

Uses of Interface
org.springframework.ws.soap.SoapMessageFactory

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

Classes in org.springframework.ws.soap.axiom that implement SoapMessageFactory
 class AxiomSoapMessageFactory
          Axiom-specific implementation of the WebServiceMessageFactory interface.
 

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

Classes in org.springframework.ws.soap.saaj that implement SoapMessageFactory
 class SaajSoapMessageFactory
          SAAJ-specific implementation of the WebServiceMessageFactory.
 


Spring Web Services Framework

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