public interface javax.xml.soap.SOAPEnvelope 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.SOAPEnvelope
super_class: java.lang.Object
{
public abstract javax.xml.soap.Name createName(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/soap/Name;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.xml.soap.SOAPException
MethodParameters:
Name Flags
localName
prefix
uri
public abstract javax.xml.soap.Name createName(java.lang.String);
descriptor: (Ljava/lang/String;)Ljavax/xml/soap/Name;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.xml.soap.SOAPException
MethodParameters:
Name Flags
localName
public abstract javax.xml.soap.SOAPHeader ();
descriptor: ()Ljavax/xml/soap/SOAPHeader;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.xml.soap.SOAPException
public abstract javax.xml.soap.SOAPBody getBody();
descriptor: ()Ljavax/xml/soap/SOAPBody;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.xml.soap.SOAPException
public abstract javax.xml.soap.SOAPHeader ();
descriptor: ()Ljavax/xml/soap/SOAPHeader;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.xml.soap.SOAPException
public abstract javax.xml.soap.SOAPBody addBody();
descriptor: ()Ljavax/xml/soap/SOAPBody;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.xml.soap.SOAPException
}
SourceFile: "SOAPEnvelope.java"