| 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,
java.lang.String faultString)
Creates a new
SOAPFault object and adds it to this
SOAPBody object. |
SOAPFault |
SOAPBody.addFault(Name faultCode,
java.lang.String faultString,
java.util.Locale locale)
Creates a new
SOAPFault object and adds it to this
SOAPBody object. |
SOAPFault |
SOAPBody.getFault()
Returns the
SOAPFault object in this SOAPBody
object. |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.