Spring Web Services Framework

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

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

Uses of SoapFaultDetailElement in org.springframework.ws.soap
 

Methods in org.springframework.ws.soap that return SoapFaultDetailElement
 SoapFaultDetailElement SoapFaultDetail.addFaultDetailElement(QName name)
          Adds a new SoapFaultDetailElement with the specified qualified name to this detail.
 

Methods in org.springframework.ws.soap that return types with arguments of type SoapFaultDetailElement
 Iterator<SoapFaultDetailElement> SoapFaultDetail.getDetailEntries()
          Gets an iterator over all of the SoapFaultDetailElements in this detail.
 


Spring Web Services Framework

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