public final class com.sun.xml.internal.ws.developer.StreamingAttachmentFeature extends javax.xml.ws.WebServiceFeature
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.xml.internal.ws.developer.StreamingAttachmentFeature
  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://jax-ws.dev.java.net/features/mime"

  private com.sun.xml.internal.org.jvnet.mimepull.MIMEConfig config;
    descriptor: Lcom/sun/xml/internal/org/jvnet/mimepull/MIMEConfig;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String dir;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private boolean parseEagerly;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private long memoryThreshold;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.developer.StreamingAttachmentFeature this
         0: .line 68
            aload 0 /* this */
            invokespecial javax.xml.ws.WebServiceFeature.<init>:()V
         1: .line 69
            return
        end local 0 // com.sun.xml.internal.ws.developer.StreamingAttachmentFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/ws/developer/StreamingAttachmentFeature;

  public void <init>(java.lang.String, boolean, long);
    descriptor: (Ljava/lang/String;ZJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.sun.xml.internal.ws.developer.StreamingAttachmentFeature this
        start local 1 // java.lang.String dir
        start local 2 // boolean parseEagerly
        start local 3 // long memoryThreshold
         0: .line 72
            aload 0 /* this */
            invokespecial javax.xml.ws.WebServiceFeature.<init>:()V
         1: .line 73
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.ws.developer.StreamingAttachmentFeature.enabled:Z
         2: .line 74
            aload 0 /* this */
            aload 1 /* dir */
            putfield com.sun.xml.internal.ws.developer.StreamingAttachmentFeature.dir:Ljava/lang/String;
         3: .line 75
            aload 0 /* this */
            iload 2 /* parseEagerly */
            putfield com.sun.xml.internal.ws.developer.StreamingAttachmentFeature.parseEagerly:Z
         4: .line 76
            aload 0 /* this */
            lload 3 /* memoryThreshold */
            putfield com.sun.xml.internal.ws.developer.StreamingAttachmentFeature.memoryThreshold:J
         5: .line 77
            return
        end local 3 // long memoryThreshold
        end local 2 // boolean parseEagerly
        end local 1 // java.lang.String dir
        end local 0 // com.sun.xml.internal.ws.developer.StreamingAttachmentFeature this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lcom/sun/xml/internal/ws/developer/StreamingAttachmentFeature;
            0    6     1              dir  Ljava/lang/String;
            0    6     2     parseEagerly  Z
            0    6     3  memoryThreshold  J
    RuntimeVisibleAnnotations: 
      com.sun.xml.internal.ws.api.FeatureConstructor(value = {"dir", "parseEagerly", "memoryThreshold"})
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.sun.istack.internal.Nullable()
      1:
      2:
    MethodParameters:
                 Name  Flags
      dir              
      parseEagerly     
      memoryThreshold  

  public java.lang.String getID();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.developer.StreamingAttachmentFeature this
         0: .line 81
            ldc "http://jax-ws.dev.java.net/features/mime"
            areturn
        end local 0 // com.sun.xml.internal.ws.developer.StreamingAttachmentFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/developer/StreamingAttachmentFeature;
    RuntimeVisibleAnnotations: 
      com.sun.org.glassfish.gmbal.ManagedAttribute()

  public com.sun.xml.internal.org.jvnet.mimepull.MIMEConfig getConfig();
    descriptor: ()Lcom/sun/xml/internal/org/jvnet/mimepull/MIMEConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.developer.StreamingAttachmentFeature this
         0: .line 92
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.developer.StreamingAttachmentFeature.config:Lcom/sun/xml/internal/org/jvnet/mimepull/MIMEConfig;
            ifnonnull 6
         1: .line 93
            aload 0 /* this */
            new com.sun.xml.internal.org.jvnet.mimepull.MIMEConfig
            dup
            invokespecial com.sun.xml.internal.org.jvnet.mimepull.MIMEConfig.<init>:()V
            putfield com.sun.xml.internal.ws.developer.StreamingAttachmentFeature.config:Lcom/sun/xml/internal/org/jvnet/mimepull/MIMEConfig;
         2: .line 94
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.developer.StreamingAttachmentFeature.config:Lcom/sun/xml/internal/org/jvnet/mimepull/MIMEConfig;
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.developer.StreamingAttachmentFeature.dir:Ljava/lang/String;
            invokevirtual com.sun.xml.internal.org.jvnet.mimepull.MIMEConfig.setDir:(Ljava/lang/String;)V
         3: .line 95
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.developer.StreamingAttachmentFeature.config:Lcom/sun/xml/internal/org/jvnet/mimepull/MIMEConfig;
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.developer.StreamingAttachmentFeature.parseEagerly:Z
            invokevirtual com.sun.xml.internal.org.jvnet.mimepull.MIMEConfig.setParseEagerly:(Z)V
         4: .line 96
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.developer.StreamingAttachmentFeature.config:Lcom/sun/xml/internal/org/jvnet/mimepull/MIMEConfig;
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.developer.StreamingAttachmentFeature.memoryThreshold:J
            invokevirtual com.sun.xml.internal.org.jvnet.mimepull.MIMEConfig.setMemoryThreshold:(J)V
         5: .line 97
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.developer.StreamingAttachmentFeature.config:Lcom/sun/xml/internal/org/jvnet/mimepull/MIMEConfig;
            invokevirtual com.sun.xml.internal.org.jvnet.mimepull.MIMEConfig.validate:()V
         6: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.developer.StreamingAttachmentFeature.config:Lcom/sun/xml/internal/org/jvnet/mimepull/MIMEConfig;
            areturn
        end local 0 // com.sun.xml.internal.ws.developer.StreamingAttachmentFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/xml/internal/ws/developer/StreamingAttachmentFeature;
    RuntimeVisibleAnnotations: 
      com.sun.org.glassfish.gmbal.ManagedAttribute()

  public void setDir(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.ws.developer.StreamingAttachmentFeature this
        start local 1 // java.lang.String dir
         0: .line 106
            aload 0 /* this */
            aload 1 /* dir */
            putfield com.sun.xml.internal.ws.developer.StreamingAttachmentFeature.dir:Ljava/lang/String;
         1: .line 107
            return
        end local 1 // java.lang.String dir
        end local 0 // com.sun.xml.internal.ws.developer.StreamingAttachmentFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/ws/developer/StreamingAttachmentFeature;
            0    2     1   dir  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      dir   

  public void setParseEagerly(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.ws.developer.StreamingAttachmentFeature this
        start local 1 // boolean parseEagerly
         0: .line 113
            aload 0 /* this */
            iload 1 /* parseEagerly */
            putfield com.sun.xml.internal.ws.developer.StreamingAttachmentFeature.parseEagerly:Z
         1: .line 114
            return
        end local 1 // boolean parseEagerly
        end local 0 // com.sun.xml.internal.ws.developer.StreamingAttachmentFeature this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/sun/xml/internal/ws/developer/StreamingAttachmentFeature;
            0    2     1  parseEagerly  Z
    MethodParameters:
              Name  Flags
      parseEagerly  

  public void setMemoryThreshold(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.ws.developer.StreamingAttachmentFeature this
        start local 1 // long memoryThreshold
         0: .line 121
            aload 0 /* this */
            lload 1 /* memoryThreshold */
            putfield com.sun.xml.internal.ws.developer.StreamingAttachmentFeature.memoryThreshold:J
         1: .line 122
            return
        end local 1 // long memoryThreshold
        end local 0 // com.sun.xml.internal.ws.developer.StreamingAttachmentFeature this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/sun/xml/internal/ws/developer/StreamingAttachmentFeature;
            0    2     1  memoryThreshold  J
    MethodParameters:
                 Name  Flags
      memoryThreshold  
}
SourceFile: "StreamingAttachmentFeature.java"
    RuntimeVisibleAnnotations: 
      com.sun.org.glassfish.gmbal.ManagedData()