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,
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. |
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,
java.lang.String s) |
SOAPFault |
SOAPBody.addFault(Name name,
java.lang.String s,
java.util.Locale locale) |
SOAPFault |
SOAPBody.getFault() |
Copyright © 2005 Apache Web Services Project. All Rights Reserved.