public interface javax.xml.soap.Detail extends javax.xml.soap.SOAPFaultElement
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: javax.xml.soap.Detail
super_class: java.lang.Object
{
public abstract javax.xml.soap.DetailEntry addDetailEntry(javax.xml.soap.Name);
descriptor: (Ljavax/xml/soap/Name;)Ljavax/xml/soap/DetailEntry;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.xml.soap.SOAPException
MethodParameters:
Name Flags
name
public abstract javax.xml.soap.DetailEntry addDetailEntry(javax.xml.namespace.QName);
descriptor: (Ljavax/xml/namespace/QName;)Ljavax/xml/soap/DetailEntry;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.xml.soap.SOAPException
MethodParameters:
Name Flags
qname
public abstract java.util.Iterator<javax.xml.soap.DetailEntry> getDetailEntries();
descriptor: ()Ljava/util/Iterator;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/Iterator<Ljavax/xml/soap/DetailEntry;>;
}
SourceFile: "Detail.java"