Uses of Interface
org.springframework.ws.soap.SoapFaultDetailElement
Package
Description
Provides the SOAP functionality of the Spring Web Services framework.
-
Uses of SoapFaultDetailElement in org.springframework.ws.soap
Modifier and TypeMethodDescriptionSoapFaultDetail.addFaultDetailElement
(QName name) Adds a newSoapFaultDetailElement
with the specified qualified name to this detail.Modifier and TypeMethodDescriptionSoapFaultDetail.getDetailEntries()
Gets an iterator over all of theSoapFaultDetailElement
s in this detail.