Uses of Interface
javax.xml.soap.SOAPFault
-
Packages that use SOAPFault Package Description javax.xml.soap org.apache.axis.message -
-
Uses of SOAPFault in javax.xml.soap
Methods in javax.xml.soap that return SOAPFault Modifier and Type Method Description SOAPFault
SOAPBody. addFault()
Creates a newSOAPFault
object and adds it to thisSOAPBody
object.SOAPFault
SOAPBody. addFault(Name faultCode, java.lang.String faultString)
Creates a newSOAPFault
object and adds it to thisSOAPBody
object.SOAPFault
SOAPBody. addFault(Name faultCode, java.lang.String faultString, java.util.Locale locale)
Creates a newSOAPFault
object and adds it to thisSOAPBody
object.SOAPFault
SOAPBody. getFault()
Returns theSOAPFault
object in thisSOAPBody
object. -
Uses of SOAPFault in org.apache.axis.message
Classes in org.apache.axis.message that implement SOAPFault Modifier and Type Class Description class
SOAPFault
A Fault body element.Methods in org.apache.axis.message that return SOAPFault Modifier and Type Method Description SOAPFault
SOAPBody. addFault()
SOAPFault
SOAPBody. addFault(Name name, java.lang.String s)
SOAPFault
SOAPBody. addFault(Name name, java.lang.String s, java.util.Locale locale)
SOAPFault
SOAPBody. getFault()
-