Modifier and Type | Method and Description |
---|---|
SOAPFault |
SOAPBody.addFault()
Creates a new
SOAPFault object and adds it to this SOAPBody
object. |
SOAPFault |
SOAPBody.addFault(Name faultCode,
String faultString)
Creates a new
SOAPFault object and adds it to this SOAPBody object. |
SOAPFault |
SOAPBody.addFault(Name faultCode,
String faultString,
Locale locale)
Creates a new
SOAPFault object and adds it to this SOAPBody object. |
SOAPFault |
SOAPBody.addFault(QName qname,
String s) |
SOAPFault |
SOAPBody.addFault(QName qname,
String s,
Locale locale) |
abstract SOAPFault |
SOAPFactory.createFault() |
abstract SOAPFault |
SOAPFactory.createFault(String reasonText,
QName faultCode) |
SOAPFault |
SOAPBody.getFault()
Returns the
SOAPFault object in this SOAPBody object. |
Copyright © 2019. All rights reserved.