| Modifier and Type | Method | Description |
|---|---|---|
SOAPFault |
SOAPBody.addFault() |
Creates a new
SOAPFault object and adds it to
this SOAPBody object. |
SOAPFault |
SOAPBody.addFault(QName faultCode,
String faultString) |
Creates a new
SOAPFault object and adds it to this SOAPBody
object. |
SOAPFault |
SOAPBody.addFault(QName faultCode,
String faultString,
Locale locale) |
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. |
abstract SOAPFault |
SOAPFactory.createFault() |
Creates a new default
SOAPFault object |
abstract SOAPFault |
SOAPFactory.createFault(String reasonText,
QName faultCode) |
Creates a new
SOAPFault object initialized with the given reasonText
and faultCode |
SOAPFault |
SOAPBody.getFault() |
Returns the
SOAPFault object in this SOAPBody
object. |
Copyright © 2017 Oracle. All rights reserved.