Spring Web Services Framework

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

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

Subclasses of SoapEnvelopeException in org.springframework.ws.soap
 class SoapFaultException
          Exception thrown when a SOAP fault could not be accessed.
 

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

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

Subclasses of SoapEnvelopeException in org.springframework.ws.soap.axiom
 class AxiomSoapBodyException
           
 class AxiomSoapEnvelopeException
           
 class AxiomSoapFaultException
           
 

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

Subclasses of SoapEnvelopeException in org.springframework.ws.soap.saaj
 class SaajSoapEnvelopeException
           
 class SaajSoapFaultException
           
 


Spring Web Services Framework

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