Uses of Interface
org.springframework.ws.soap.SoapFaultDetail
Packages that use SoapFaultDetail
Package
Description
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 SoapFaultDetailModifier and TypeMethodDescriptionSoapFault.addFaultDetail()
Create aSoapFaultDetail
and assign it to this fault.SoapFault.getFaultDetail()
Return the optional detail element of this fault.