Table of Contents

Interface IDetail

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

public interface IDetail : ISOAPFaultElement, ISOAPElement
Inherited Members

Properties

DetailEntries

Iterator DetailEntries { get; }

Property Value

Iterator

Methods

AddDetailEntry(QName)

DetailEntry AddDetailEntry(QName arg0)

Parameters

arg0 QName

QName

Returns

DetailEntry

DetailEntry

Exceptions

SOAPException

AddDetailEntry(Name)

DetailEntry AddDetailEntry(Name arg0)

Parameters

arg0 Name

Name

Returns

DetailEntry

DetailEntry

Exceptions

SOAPException