public abstract class com.sun.xml.internal.ws.api.model.soap.SOAPBinding
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.xml.internal.ws.api.model.soap.SOAPBinding
  super_class: java.lang.Object
{
  protected javax.jws.soap.SOAPBinding$Use use;
    descriptor: Ljavax/jws/soap/SOAPBinding$Use;
    flags: (0x0004) ACC_PROTECTED

  protected javax.jws.soap.SOAPBinding$Style style;
    descriptor: Ljavax/jws/soap/SOAPBinding$Style;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.xml.internal.ws.api.SOAPVersion soapVersion;
    descriptor: Lcom/sun/xml/internal/ws/api/SOAPVersion;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String soapAction;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.api.model.soap.SOAPBinding this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            getstatic javax.jws.soap.SOAPBinding$Use.LITERAL:Ljavax/jws/soap/SOAPBinding$Use;
            putfield com.sun.xml.internal.ws.api.model.soap.SOAPBinding.use:Ljavax/jws/soap/SOAPBinding$Use;
         2: .line 43
            aload 0 /* this */
            getstatic javax.jws.soap.SOAPBinding$Style.DOCUMENT:Ljavax/jws/soap/SOAPBinding$Style;
            putfield com.sun.xml.internal.ws.api.model.soap.SOAPBinding.style:Ljavax/jws/soap/SOAPBinding$Style;
         3: .line 44
            aload 0 /* this */
            getstatic com.sun.xml.internal.ws.api.SOAPVersion.SOAP_11:Lcom/sun/xml/internal/ws/api/SOAPVersion;
            putfield com.sun.xml.internal.ws.api.model.soap.SOAPBinding.soapVersion:Lcom/sun/xml/internal/ws/api/SOAPVersion;
         4: .line 45
            aload 0 /* this */
            ldc ""
            putfield com.sun.xml.internal.ws.api.model.soap.SOAPBinding.soapAction:Ljava/lang/String;
         5: .line 41
            return
        end local 0 // com.sun.xml.internal.ws.api.model.soap.SOAPBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/xml/internal/ws/api/model/soap/SOAPBinding;

  public javax.jws.soap.SOAPBinding$Use getUse();
    descriptor: ()Ljavax/jws/soap/SOAPBinding$Use;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.api.model.soap.SOAPBinding this
         0: .line 51
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.api.model.soap.SOAPBinding.use:Ljavax/jws/soap/SOAPBinding$Use;
            areturn
        end local 0 // com.sun.xml.internal.ws.api.model.soap.SOAPBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/api/model/soap/SOAPBinding;

  public javax.jws.soap.SOAPBinding$Style getStyle();
    descriptor: ()Ljavax/jws/soap/SOAPBinding$Style;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.api.model.soap.SOAPBinding this
         0: .line 58
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.api.model.soap.SOAPBinding.style:Ljavax/jws/soap/SOAPBinding$Style;
            areturn
        end local 0 // com.sun.xml.internal.ws.api.model.soap.SOAPBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/api/model/soap/SOAPBinding;

  public com.sun.xml.internal.ws.api.SOAPVersion getSOAPVersion();
    descriptor: ()Lcom/sun/xml/internal/ws/api/SOAPVersion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.api.model.soap.SOAPBinding this
         0: .line 65
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.api.model.soap.SOAPBinding.soapVersion:Lcom/sun/xml/internal/ws/api/SOAPVersion;
            areturn
        end local 0 // com.sun.xml.internal.ws.api.model.soap.SOAPBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/api/model/soap/SOAPBinding;

  public boolean isDocLit();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.api.model.soap.SOAPBinding this
         0: .line 72
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.api.model.soap.SOAPBinding.style:Ljavax/jws/soap/SOAPBinding$Style;
            getstatic javax.jws.soap.SOAPBinding$Style.DOCUMENT:Ljavax/jws/soap/SOAPBinding$Style;
            if_acmpne 1
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.api.model.soap.SOAPBinding.use:Ljavax/jws/soap/SOAPBinding$Use;
            getstatic javax.jws.soap.SOAPBinding$Use.LITERAL:Ljavax/jws/soap/SOAPBinding$Use;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.xml.internal.ws.api.model.soap.SOAPBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/ws/api/model/soap/SOAPBinding;

  public boolean isRpcLit();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.api.model.soap.SOAPBinding this
         0: .line 79
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.api.model.soap.SOAPBinding.style:Ljavax/jws/soap/SOAPBinding$Style;
            getstatic javax.jws.soap.SOAPBinding$Style.RPC:Ljavax/jws/soap/SOAPBinding$Style;
            if_acmpne 1
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.api.model.soap.SOAPBinding.use:Ljavax/jws/soap/SOAPBinding$Use;
            getstatic javax.jws.soap.SOAPBinding$Use.LITERAL:Ljavax/jws/soap/SOAPBinding$Use;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.xml.internal.ws.api.model.soap.SOAPBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/ws/api/model/soap/SOAPBinding;

  public java.lang.String getSOAPAction();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.api.model.soap.SOAPBinding this
         0: .line 99
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.api.model.soap.SOAPBinding.soapAction:Ljava/lang/String;
            areturn
        end local 0 // com.sun.xml.internal.ws.api.model.soap.SOAPBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/api/model/soap/SOAPBinding;
}
SourceFile: "SOAPBinding.java"
InnerClasses:
  public final Style = javax.jws.soap.SOAPBinding$Style of javax.jws.soap.SOAPBinding
  public final Use = javax.jws.soap.SOAPBinding$Use of javax.jws.soap.SOAPBinding