Uses of Interface
jakarta.xml.soap.SOAPFault
Package
Description
Provides the API for creating and building SOAP messages.
This package defines APIs specific to the SOAP binding.
-
Uses of SOAPFault in jakarta.xml.soap
Modifier and TypeMethodDescriptionSOAPBody.addFault()
Creates a newSOAPFault
object and adds it to thisSOAPBody
object.Creates a newSOAPFault
object and adds it to thisSOAPBody
object.Creates a newSOAPFault
object and adds it to thisSOAPBody
object.Creates a newSOAPFault
object and adds it to thisSOAPBody
object.Creates a newSOAPFault
object and adds it to thisSOAPBody
object.abstract SOAPFault
SOAPFactory.createFault()
Creates a new defaultSOAPFault
objectabstract SOAPFault
SOAPFactory.createFault
(String reasonText, QName faultCode) Creates a newSOAPFault
object initialized with the givenreasonText
andfaultCode
SOAPBody.getFault()
Returns theSOAPFault
object in thisSOAPBody
object. -
Uses of SOAPFault in jakarta.xml.ws.soap
Modifier and TypeMethodDescriptionSOAPFaultException.getFault()
Gets the embeddedSOAPFault
instance.ModifierConstructorDescriptionSOAPFaultException
(SOAPFault fault) Constructor for SOAPFaultException