Package | Description |
---|---|
javax.xml.soap | |
org.apache.axis.message |
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.getFault()
Returns the
SOAPFault object in this SOAPBody
object. |
Modifier and Type | Class and Description |
---|---|
class |
SOAPFault
A Fault body element.
|
Modifier and Type | Method and Description |
---|---|
SOAPFault |
SOAPBody.addFault() |
SOAPFault |
SOAPBody.addFault(Name name,
String s) |
SOAPFault |
SOAPBody.addFault(Name name,
String s,
Locale locale) |
SOAPFault |
SOAPBody.getFault() |
Copyright © The Apache Software Foundation. All Rights Reserved.