public final class javax.xml.ws.soap.MTOMFeature extends javax.xml.ws.WebServiceFeature
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javax.xml.ws.soap.MTOMFeature
  super_class: javax.xml.ws.WebServiceFeature
{
  public static final java.lang.String ID;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://www.w3.org/2004/08/soap/features/http-optimization"

  protected int threshold;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.xml.ws.soap.MTOMFeature this
         0: .line 80
            aload 0 /* this */
            invokespecial javax.xml.ws.WebServiceFeature.<init>:()V
         1: .line 81
            aload 0 /* this */
            iconst_1
            putfield javax.xml.ws.soap.MTOMFeature.enabled:Z
         2: .line 82
            aload 0 /* this */
            iconst_0
            putfield javax.xml.ws.soap.MTOMFeature.threshold:I
         3: .line 83
            return
        end local 0 // javax.xml.ws.soap.MTOMFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/xml/ws/soap/MTOMFeature;

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.xml.ws.soap.MTOMFeature this
        start local 1 // boolean enabled
         0: .line 90
            aload 0 /* this */
            invokespecial javax.xml.ws.WebServiceFeature.<init>:()V
         1: .line 91
            aload 0 /* this */
            iload 1 /* enabled */
            putfield javax.xml.ws.soap.MTOMFeature.enabled:Z
         2: .line 92
            aload 0 /* this */
            iconst_0
            putfield javax.xml.ws.soap.MTOMFeature.threshold:I
         3: .line 93
            return
        end local 1 // boolean enabled
        end local 0 // javax.xml.ws.soap.MTOMFeature this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Ljavax/xml/ws/soap/MTOMFeature;
            0    4     1  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javax.xml.ws.soap.MTOMFeature this
        start local 1 // int threshold
         0: .line 105
            aload 0 /* this */
            invokespecial javax.xml.ws.WebServiceFeature.<init>:()V
         1: .line 106
            iload 1 /* threshold */
            ifge 3
         2: .line 107
            new javax.xml.ws.WebServiceException
            dup
            new java.lang.StringBuilder
            dup
            ldc "MTOMFeature.threshold must be >= 0, actual value: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* threshold */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial javax.xml.ws.WebServiceException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 108
      StackMap locals: javax.xml.ws.soap.MTOMFeature int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield javax.xml.ws.soap.MTOMFeature.enabled:Z
         4: .line 109
            aload 0 /* this */
            iload 1 /* threshold */
            putfield javax.xml.ws.soap.MTOMFeature.threshold:I
         5: .line 110
            return
        end local 1 // int threshold
        end local 0 // javax.xml.ws.soap.MTOMFeature this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Ljavax/xml/ws/soap/MTOMFeature;
            0    6     1  threshold  I
    MethodParameters:
           Name  Flags
      threshold  

  public void <init>(boolean, int);
    descriptor: (ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // javax.xml.ws.soap.MTOMFeature this
        start local 1 // boolean enabled
        start local 2 // int threshold
         0: .line 121
            aload 0 /* this */
            invokespecial javax.xml.ws.WebServiceFeature.<init>:()V
         1: .line 122
            iload 2 /* threshold */
            ifge 3
         2: .line 123
            new javax.xml.ws.WebServiceException
            dup
            new java.lang.StringBuilder
            dup
            ldc "MTOMFeature.threshold must be >= 0, actual value: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* threshold */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial javax.xml.ws.WebServiceException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 124
      StackMap locals: javax.xml.ws.soap.MTOMFeature int int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* enabled */
            putfield javax.xml.ws.soap.MTOMFeature.enabled:Z
         4: .line 125
            aload 0 /* this */
            iload 2 /* threshold */
            putfield javax.xml.ws.soap.MTOMFeature.threshold:I
         5: .line 126
            return
        end local 2 // int threshold
        end local 1 // boolean enabled
        end local 0 // javax.xml.ws.soap.MTOMFeature this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Ljavax/xml/ws/soap/MTOMFeature;
            0    6     1    enabled  Z
            0    6     2  threshold  I
    MethodParameters:
           Name  Flags
      enabled    
      threshold  

  public java.lang.String getID();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.xml.ws.soap.MTOMFeature this
         0: .line 132
            ldc "http://www.w3.org/2004/08/soap/features/http-optimization"
            areturn
        end local 0 // javax.xml.ws.soap.MTOMFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/xml/ws/soap/MTOMFeature;

  public int getThreshold();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.xml.ws.soap.MTOMFeature this
         0: .line 142
            aload 0 /* this */
            getfield javax.xml.ws.soap.MTOMFeature.threshold:I
            ireturn
        end local 0 // javax.xml.ws.soap.MTOMFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/xml/ws/soap/MTOMFeature;
}
SourceFile: "MTOMFeature.java"