Table of Contents

Interface ISOAPBody

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/SOAPBody.html

public interface ISOAPBody : ISOAPElement
Inherited Members

Properties

Fault

SOAPFault Fault { get; }

Property Value

SOAPFault

Methods

AddBodyElement(QName)

SOAPBodyElement AddBodyElement(QName arg0)

Parameters

arg0 QName

QName

Returns

SOAPBodyElement

SOAPBodyElement

Exceptions

SOAPException

AddBodyElement(Name)

SOAPBodyElement AddBodyElement(Name arg0)

Parameters

arg0 Name

Name

Returns

SOAPBodyElement

SOAPBodyElement

Exceptions

SOAPException

AddDocument(Document)

SOAPBodyElement AddDocument(Document arg0)

Parameters

arg0 Document

Document

Returns

SOAPBodyElement

SOAPBodyElement

Exceptions

SOAPException

AddFault()

SOAPFault AddFault()

Returns

SOAPFault

SOAPFault

Exceptions

SOAPException

AddFault(QName, String)

SOAPFault AddFault(QName arg0, String arg1)

Parameters

arg0 QName

QName

arg1 String

String

Returns

SOAPFault

SOAPFault

Exceptions

SOAPException

AddFault(QName, String, Locale)

SOAPFault AddFault(QName arg0, String arg1, Locale arg2)

Parameters

arg0 QName

QName

arg1 String

String

arg2 Locale

Locale

Returns

SOAPFault

SOAPFault

Exceptions

SOAPException

AddFault(Name, String)

SOAPFault AddFault(Name arg0, String arg1)

Parameters

arg0 Name

Name

arg1 String

String

Returns

SOAPFault

SOAPFault

Exceptions

SOAPException

AddFault(Name, String, Locale)

SOAPFault AddFault(Name arg0, String arg1, Locale arg2)

Parameters

arg0 Name

Name

arg1 String

String

arg2 Locale

Locale

Returns

SOAPFault

SOAPFault

Exceptions

SOAPException

ExtractContentAsDocument()

Document ExtractContentAsDocument()

Returns

Document

Document

Exceptions

SOAPException

HasFault()

bool HasFault()

Returns

bool

bool