Table of Contents

Interface ISOAPFault

Namespace
Javax.Xml.Soap
Assembly
MASES.JNet.dll

.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

Detail

FaultActor

String FaultActor { get; set; }

Property Value

String

FaultCode

String FaultCode { get; }

Property Value

String

FaultCodeAsName

Name FaultCodeAsName { get; }

Property Value

Name

FaultCodeAsQName

QName FaultCodeAsQName { get; }

Property Value

QName

FaultNode

String FaultNode { get; set; }

Property Value

String

FaultReasonLocales

Iterator FaultReasonLocales { get; }

Property Value

Iterator

FaultReasonTexts

Iterator FaultReasonTexts { get; }

Property Value

Iterator

FaultRole

String FaultRole { get; set; }

Property Value

String

FaultString

String FaultString { get; set; }

Property Value

String

FaultStringLocale

Locale FaultStringLocale { get; }

Property Value

Locale

FaultSubcodes

Iterator FaultSubcodes { get; }

Property Value

Iterator

Methods

AddDetail()

Detail AddDetail()

Returns

Detail

Detail

Exceptions

SOAPException

AddFaultReasonText(String, Locale)

void AddFaultReasonText(String arg0, Locale arg1)

Parameters

arg0 String

String

arg1 Locale

Locale

Exceptions

SOAPException

AppendFaultSubcode(QName)

void AppendFaultSubcode(QName arg0)

Parameters

arg0 QName

QName

Exceptions

SOAPException

GetFaultReasonText(Locale)

String GetFaultReasonText(Locale arg0)

Parameters

arg0 Locale

Locale

Returns

String

String

Exceptions

SOAPException

HasDetail()

bool HasDetail()

Returns

bool

bool

RemoveAllFaultSubcodes()

void RemoveAllFaultSubcodes()

SetFaultCode(String)

void SetFaultCode(String arg0)

Parameters

arg0 String

String

Exceptions

SOAPException

SetFaultCode(QName)

void SetFaultCode(QName arg0)

Parameters

arg0 QName

QName

Exceptions

SOAPException

SetFaultCode(Name)

void SetFaultCode(Name arg0)

Parameters

arg0 Name

Name

Exceptions

SOAPException

SetFaultString(String, Locale)

void SetFaultString(String arg0, Locale arg1)

Parameters

arg0 String

String

arg1 Locale

Locale

Exceptions

SOAPException