Spring Web Services Framework

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

Packages that use SoapFaultDetail
org.springframework.ws.soap Provides the SOAP functionality of the Spring Web Services framework. 
 

Uses of SoapFaultDetail in org.springframework.ws.soap
 

Methods in org.springframework.ws.soap that return SoapFaultDetail
 SoapFaultDetail SoapFault.addFaultDetail()
          Creates an optional SoapFaultDetail object and assigns it to this fault.
 SoapFaultDetail SoapFault.getFaultDetail()
          Returns the optional detail element for this SoapFault.
 


Spring Web Services Framework

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