public interface javax.xml.soap.SOAPBody extends javax.xml.soap.SOAPElement
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: javax.xml.soap.SOAPBody
super_class: java.lang.Object
{
public abstract javax.xml.soap.SOAPFault addFault();
descriptor: ()Ljavax/xml/soap/SOAPFault;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.xml.soap.SOAPException
public abstract javax.xml.soap.SOAPFault addFault(javax.xml.soap.Name, java.lang.String, java.util.Locale);
descriptor: (Ljavax/xml/soap/Name;Ljava/lang/String;Ljava/util/Locale;)Ljavax/xml/soap/SOAPFault;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.xml.soap.SOAPException
MethodParameters:
Name Flags
faultCode
faultString
locale
public abstract javax.xml.soap.SOAPFault addFault(javax.xml.namespace.QName, java.lang.String, java.util.Locale);
descriptor: (Ljavax/xml/namespace/QName;Ljava/lang/String;Ljava/util/Locale;)Ljavax/xml/soap/SOAPFault;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.xml.soap.SOAPException
MethodParameters:
Name Flags
faultCode
faultString
locale
public abstract javax.xml.soap.SOAPFault addFault(javax.xml.soap.Name, java.lang.String);
descriptor: (Ljavax/xml/soap/Name;Ljava/lang/String;)Ljavax/xml/soap/SOAPFault;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.xml.soap.SOAPException
MethodParameters:
Name Flags
faultCode
faultString
public abstract javax.xml.soap.SOAPFault addFault(javax.xml.namespace.QName, java.lang.String);
descriptor: (Ljavax/xml/namespace/QName;Ljava/lang/String;)Ljavax/xml/soap/SOAPFault;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.xml.soap.SOAPException
MethodParameters:
Name Flags
faultCode
faultString
public abstract boolean hasFault();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract javax.xml.soap.SOAPFault getFault();
descriptor: ()Ljavax/xml/soap/SOAPFault;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract javax.xml.soap.SOAPBodyElement addBodyElement(javax.xml.soap.Name);
descriptor: (Ljavax/xml/soap/Name;)Ljavax/xml/soap/SOAPBodyElement;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.xml.soap.SOAPException
MethodParameters:
Name Flags
name
public abstract javax.xml.soap.SOAPBodyElement addBodyElement(javax.xml.namespace.QName);
descriptor: (Ljavax/xml/namespace/QName;)Ljavax/xml/soap/SOAPBodyElement;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.xml.soap.SOAPException
MethodParameters:
Name Flags
qname
public abstract javax.xml.soap.SOAPBodyElement addDocument(org.w3c.dom.Document);
descriptor: (Lorg/w3c/dom/Document;)Ljavax/xml/soap/SOAPBodyElement;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.xml.soap.SOAPException
MethodParameters:
Name Flags
document
public abstract org.w3c.dom.Document extractContentAsDocument();
descriptor: ()Lorg/w3c/dom/Document;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.xml.soap.SOAPException
}
SourceFile: "SOAPBody.java"