Interface ISOAPFault
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPFault.html
public interface ISOAPFault : ISOAPBodyElement, ISOAPElement
- Inherited Members
Properties
Detail
Detail Detail { get; }
Property Value
FaultActor
https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPFault.html#getFaultActor-- https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPFault.html#setFaultActor-java.lang.String-
String FaultActor { get; set; }
Property Value
FaultCode
String FaultCode { get; }
Property Value
FaultCodeAsName
Name FaultCodeAsName { get; }
Property Value
FaultCodeAsQName
QName FaultCodeAsQName { get; }
Property Value
FaultNode
https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPFault.html#getFaultNode-- https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPFault.html#setFaultNode-java.lang.String-
String FaultNode { get; set; }
Property Value
FaultReasonLocales
Iterator FaultReasonLocales { get; }
Property Value
FaultReasonTexts
Iterator FaultReasonTexts { get; }
Property Value
FaultRole
https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPFault.html#getFaultRole-- https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPFault.html#setFaultRole-java.lang.String-
String FaultRole { get; set; }
Property Value
FaultString
https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPFault.html#getFaultString-- https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPFault.html#setFaultString-java.lang.String-
String FaultString { get; set; }
Property Value
FaultStringLocale
Locale FaultStringLocale { get; }
Property Value
FaultSubcodes
Iterator FaultSubcodes { get; }
Property Value
Methods
AddDetail()
Detail AddDetail()
Returns
Exceptions
AddFaultReasonText(String, Locale)
void AddFaultReasonText(String arg0, Locale arg1)
Parameters
Exceptions
AppendFaultSubcode(QName)
void AppendFaultSubcode(QName arg0)
Parameters
Exceptions
GetFaultReasonText(Locale)
String GetFaultReasonText(Locale arg0)
Parameters
Returns
Exceptions
HasDetail()
bool HasDetail()
Returns
RemoveAllFaultSubcodes()
void RemoveAllFaultSubcodes()
SetFaultCode(String)
void SetFaultCode(String arg0)
Parameters
Exceptions
SetFaultCode(QName)
void SetFaultCode(QName arg0)
Parameters
Exceptions
SetFaultCode(Name)
void SetFaultCode(Name arg0)
Parameters
Exceptions
SetFaultString(String, Locale)
void SetFaultString(String arg0, Locale arg1)