public final class javax.xml.ws.soap.AddressingFeature 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.AddressingFeature
  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/2005/08/addressing/module"

  protected boolean required;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  private final javax.xml.ws.soap.AddressingFeature$Responses responses;
    descriptor: Ljavax/xml/ws/soap/AddressingFeature$Responses;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javax.xml.ws.soap.AddressingFeature this
         0: .line 190
            aload 0 /* this */
            iconst_1
            iconst_0
            getstatic javax.xml.ws.soap.AddressingFeature$Responses.ALL:Ljavax/xml/ws/soap/AddressingFeature$Responses;
            invokespecial javax.xml.ws.soap.AddressingFeature.<init>:(ZZLjavax/xml/ws/soap/AddressingFeature$Responses;)V
         1: .line 191
            return
        end local 0 // javax.xml.ws.soap.AddressingFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/xml/ws/soap/AddressingFeature;

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.xml.ws.soap.AddressingFeature this
        start local 1 // boolean enabled
         0: .line 203
            aload 0 /* this */
            iload 1 /* enabled */
            iconst_0
            getstatic javax.xml.ws.soap.AddressingFeature$Responses.ALL:Ljavax/xml/ws/soap/AddressingFeature$Responses;
            invokespecial javax.xml.ws.soap.AddressingFeature.<init>:(ZZLjavax/xml/ws/soap/AddressingFeature$Responses;)V
         1: .line 204
            return
        end local 1 // boolean enabled
        end local 0 // javax.xml.ws.soap.AddressingFeature this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljavax/xml/ws/soap/AddressingFeature;
            0    2     1  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  

  public void <init>(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // javax.xml.ws.soap.AddressingFeature this
        start local 1 // boolean enabled
        start local 2 // boolean required
         0: .line 217
            aload 0 /* this */
            iload 1 /* enabled */
            iload 2 /* required */
            getstatic javax.xml.ws.soap.AddressingFeature$Responses.ALL:Ljavax/xml/ws/soap/AddressingFeature$Responses;
            invokespecial javax.xml.ws.soap.AddressingFeature.<init>:(ZZLjavax/xml/ws/soap/AddressingFeature$Responses;)V
         1: .line 218
            return
        end local 2 // boolean required
        end local 1 // boolean enabled
        end local 0 // javax.xml.ws.soap.AddressingFeature this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavax/xml/ws/soap/AddressingFeature;
            0    2     1   enabled  Z
            0    2     2  required  Z
    MethodParameters:
          Name  Flags
      enabled   
      required  

  public void <init>(boolean, boolean, javax.xml.ws.soap.AddressingFeature$Responses);
    descriptor: (ZZLjavax/xml/ws/soap/AddressingFeature$Responses;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // javax.xml.ws.soap.AddressingFeature this
        start local 1 // boolean enabled
        start local 2 // boolean required
        start local 3 // javax.xml.ws.soap.AddressingFeature$Responses responses
         0: .line 234
            aload 0 /* this */
            invokespecial javax.xml.ws.WebServiceFeature.<init>:()V
         1: .line 235
            aload 0 /* this */
            iload 1 /* enabled */
            putfield javax.xml.ws.soap.AddressingFeature.enabled:Z
         2: .line 236
            aload 0 /* this */
            iload 2 /* required */
            putfield javax.xml.ws.soap.AddressingFeature.required:Z
         3: .line 237
            aload 0 /* this */
            aload 3 /* responses */
            putfield javax.xml.ws.soap.AddressingFeature.responses:Ljavax/xml/ws/soap/AddressingFeature$Responses;
         4: .line 238
            return
        end local 3 // javax.xml.ws.soap.AddressingFeature$Responses responses
        end local 2 // boolean required
        end local 1 // boolean enabled
        end local 0 // javax.xml.ws.soap.AddressingFeature this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Ljavax/xml/ws/soap/AddressingFeature;
            0    5     1    enabled  Z
            0    5     2   required  Z
            0    5     3  responses  Ljavax/xml/ws/soap/AddressingFeature$Responses;
    MethodParameters:
           Name  Flags
      enabled    
      required   
      responses  

  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.AddressingFeature this
         0: .line 244
            ldc "http://www.w3.org/2005/08/addressing/module"
            areturn
        end local 0 // javax.xml.ws.soap.AddressingFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/xml/ws/soap/AddressingFeature;

  public boolean isRequired();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.xml.ws.soap.AddressingFeature this
         0: .line 255
            aload 0 /* this */
            getfield javax.xml.ws.soap.AddressingFeature.required:Z
            ireturn
        end local 0 // javax.xml.ws.soap.AddressingFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/xml/ws/soap/AddressingFeature;

  public javax.xml.ws.soap.AddressingFeature$Responses getResponses();
    descriptor: ()Ljavax/xml/ws/soap/AddressingFeature$Responses;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.xml.ws.soap.AddressingFeature this
         0: .line 273
            aload 0 /* this */
            getfield javax.xml.ws.soap.AddressingFeature.responses:Ljavax/xml/ws/soap/AddressingFeature$Responses;
            areturn
        end local 0 // javax.xml.ws.soap.AddressingFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/xml/ws/soap/AddressingFeature;
}
SourceFile: "AddressingFeature.java"
NestMembers:
  javax.xml.ws.soap.AddressingFeature$Responses
InnerClasses:
  public final Responses = javax.xml.ws.soap.AddressingFeature$Responses of javax.xml.ws.soap.AddressingFeature