Spring Web Services Framework

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

Packages that use SoapEnvelope
org.springframework.ws.soap Provides the SOAP functionality of the Spring Web Services framework. 
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 SoapEnvelope in org.springframework.ws.soap
 

Methods in org.springframework.ws.soap that return SoapEnvelope
 SoapEnvelope SoapMessage.getEnvelope()
          Returns the SoapEnvelope associated with this SoapMessage.
 

Uses of SoapEnvelope in org.springframework.ws.soap.axiom
 

Methods in org.springframework.ws.soap.axiom that return SoapEnvelope
 SoapEnvelope AxiomSoapMessage.getEnvelope()
           
 

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

Methods in org.springframework.ws.soap.saaj that return SoapEnvelope
 SoapEnvelope SaajSoapMessage.getEnvelope()
           
 


Spring Web Services Framework

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