Java javax.xml.soap SOAPFault fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.soap SOAPFault fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.soap SOAPFault.

The text is from its open source code.

Method

SOAPElementaddChildElement(Name name)
Creates a new SOAPElement object initialized with the given Name object and adds the new element to this SOAPElement object.
DetailaddDetail()
Creates an optional Detail object and sets it as the Detail object for this SOAPFault object.
IteratorgetChildElements()
Returns an Iterator over all the immediate child Node s of this element.
DetailgetDetail()
Returns the optional detail element for this SOAPFault object.
NodeListgetElementsByTagName(String name)
Returns a NodeList of all descendant Elements with a given tag name, in document order.
StringgetFaultActor()
Gets the fault actor for this SOAPFault object.
StringgetFaultCode()
Gets the fault code for this SOAPFault object.
NamegetFaultCodeAsName()
Gets the mandatory SOAP 1.1 fault code for this SOAPFault object as a SAAJ Name object.
QNamegetFaultCodeAsQName()
Gets the fault code for this SOAPFault object as a QName object.
IteratorgetFaultReasonTexts()
Returns an Iterator over a sequence of String objects containing all of the Reason Text items for this SOAPFault .
StringgetFaultString()
Gets the fault string for this SOAPFault object.
StringgetTextContent()
This attribute returns the text content of this node and its descendants.
voidsetFaultCode(Name faultCodeQName)
Sets this SOAPFault object with the given fault code.
voidsetFaultCode(QName faultCodeQName)
Sets this SOAPFault object with the given fault code.
voidsetFaultCode(String faultCode)
Sets this SOAPFault object with the give fault code.
voidsetFaultString(String faultString)
Sets the fault string for this SOAPFault object to the given string.
StringtoString()
Returns a string representation of the object.