Spring Web Services Framework

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

Packages that use SoapBodyException
org.springframework.ws.soap Provides the SOAP functionality of the Spring Web Services framework. 
org.springframework.ws.soap.saaj SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure. 
 

Uses of SoapBodyException in org.springframework.ws.soap
 

Methods in org.springframework.ws.soap that throw SoapBodyException
 SoapBody SoapEnvelope.getBody()
          Returns the SoapBody.
 SoapBody SoapMessage.getSoapBody()
          Returns the SoapBody associated with this SoapMessage.
 

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

Subclasses of SoapBodyException in org.springframework.ws.soap.saaj
 class SaajSoapBodyException
           
 


Spring Web Services Framework

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