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()
Creates an optionalSoapFaultDetail
object and assigns it to this fault.SoapFault.getFaultDetail()
Returns the optional detail element for thisSoapFault
.