Table of Contents

Class SOAPFault

Namespace
Javax.Xml.Soap
Assembly
MASES.JNet.dll
public class SOAPFault : SOAPBodyElement, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISOAPFault, ISOAPBodyElement, ISOAPElement
Inheritance
SOAPFault
Implements
Inherited Members
Extension Methods

Constructors

SOAPFault()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("SOAPFault class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SOAPFault()

SOAPFault(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SOAPFault(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

SOAPFault(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("SOAPFault class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SOAPFault(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

Detail

public Detail Detail { get; }

Property Value

Detail

FaultActor

public String FaultActor { get; set; }

Property Value

String

FaultCode

public String FaultCode { get; }

Property Value

String

FaultCodeAsName

public Name FaultCodeAsName { get; }

Property Value

Name

FaultCodeAsQName

public QName FaultCodeAsQName { get; }

Property Value

QName

FaultNode

public String FaultNode { get; set; }

Property Value

String

FaultReasonLocales

public Iterator FaultReasonLocales { get; }

Property Value

Iterator

FaultReasonTexts

public Iterator FaultReasonTexts { get; }

Property Value

Iterator

FaultRole

public String FaultRole { get; set; }

Property Value

String

FaultString

public String FaultString { get; set; }

Property Value

String

FaultStringLocale

public Locale FaultStringLocale { get; }

Property Value

Locale

FaultSubcodes

public Iterator FaultSubcodes { get; }

Property Value

Iterator

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

AddDetail()

public Detail AddDetail()

Returns

Detail

Detail

Exceptions

SOAPException

AddFaultReasonText(String, Locale)

public void AddFaultReasonText(String arg0, Locale arg1)

Parameters

arg0 String

String

arg1 Locale

Locale

Exceptions

SOAPException

AppendFaultSubcode(QName)

public void AppendFaultSubcode(QName arg0)

Parameters

arg0 QName

QName

Exceptions

SOAPException

GetFaultReasonText(Locale)

public String GetFaultReasonText(Locale arg0)

Parameters

arg0 Locale

Locale

Returns

String

String

Exceptions

SOAPException

HasDetail()

public bool HasDetail()

Returns

bool

bool

RemoveAllFaultSubcodes()

public void RemoveAllFaultSubcodes()

SetFaultCode(String)

public void SetFaultCode(String arg0)

Parameters

arg0 String

String

Exceptions

SOAPException

SetFaultCode(QName)

public void SetFaultCode(QName arg0)

Parameters

arg0 QName

QName

Exceptions

SOAPException

SetFaultCode(Name)

public void SetFaultCode(Name arg0)

Parameters

arg0 Name

Name

Exceptions

SOAPException

SetFaultString(String, Locale)

public void SetFaultString(String arg0, Locale arg1)

Parameters

arg0 String

String

arg1 Locale

Locale

Exceptions

SOAPException