Uses of Interface
org.springframework.ws.soap.SoapFaultDetailElement
Packages that use SoapFaultDetailElement
Package
Description
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 SoapFaultDetailElementModifier and TypeMethodDescriptionSoapFaultDetail.addFaultDetailElement
(QName name) Adds a newSoapFaultDetailElement
with the specified qualified name to this detail.Methods in org.springframework.ws.soap that return types with arguments of type SoapFaultDetailElementModifier and TypeMethodDescriptionSoapFaultDetail.getDetailEntries()
Gets an iterator over all of theSoapFaultDetailElement
s in this detail.