public class com.sun.xml.internal.ws.encoding.policy.FastInfosetFeatureConfigurator implements com.sun.xml.internal.ws.policy.jaxws.spi.PolicyFeatureConfigurator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.ws.encoding.policy.FastInfosetFeatureConfigurator
  super_class: java.lang.Object
{
  public static final javax.xml.namespace.QName enabled;
    descriptor: Ljavax/xml/namespace/QName;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 53
            new javax.xml.namespace.QName
            dup
            ldc "enabled"
            invokespecial javax.xml.namespace.QName.<init>:(Ljava/lang/String;)V
            putstatic com.sun.xml.internal.ws.encoding.policy.FastInfosetFeatureConfigurator.enabled:Ljavax/xml/namespace/QName;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.encoding.policy.FastInfosetFeatureConfigurator this
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.xml.internal.ws.encoding.policy.FastInfosetFeatureConfigurator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/encoding/policy/FastInfosetFeatureConfigurator;

  public java.util.Collection<javax.xml.ws.WebServiceFeature> getFeatures(com.sun.xml.internal.ws.policy.PolicyMapKey, com.sun.xml.internal.ws.policy.PolicyMap);
    descriptor: (Lcom/sun/xml/internal/ws/policy/PolicyMapKey;Lcom/sun/xml/internal/ws/policy/PolicyMap;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=11, args_size=3
        start local 0 // com.sun.xml.internal.ws.encoding.policy.FastInfosetFeatureConfigurator this
        start local 1 // com.sun.xml.internal.ws.policy.PolicyMapKey key
        start local 2 // com.sun.xml.internal.ws.policy.PolicyMap policyMap
         0: .line 63
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            astore 3 /* features */
        start local 3 // java.util.Collection features
         1: .line 64
            aload 1 /* key */
            ifnull 16
            aload 2 /* policyMap */
            ifnull 16
         2: .line 65
            aload 2 /* policyMap */
            aload 1 /* key */
            invokevirtual com.sun.xml.internal.ws.policy.PolicyMap.getEndpointEffectivePolicy:(Lcom/sun/xml/internal/ws/policy/PolicyMapKey;)Lcom/sun/xml/internal/ws/policy/Policy;
            astore 4 /* policy */
        start local 4 // com.sun.xml.internal.ws.policy.Policy policy
         3: .line 66
            aload 4 /* policy */
            ifnull 16
            aload 4 /* policy */
            getstatic com.sun.xml.internal.ws.encoding.policy.EncodingConstants.OPTIMIZED_FI_SERIALIZATION_ASSERTION:Ljavax/xml/namespace/QName;
            invokevirtual com.sun.xml.internal.ws.policy.Policy.contains:(Ljavax/xml/namespace/QName;)Z
            ifeq 16
         4: .line 67
            aload 4 /* policy */
            invokevirtual com.sun.xml.internal.ws.policy.Policy.iterator:()Ljava/util/Iterator;
            astore 5 /* assertions */
        start local 5 // java.util.Iterator assertions
         5: .line 68
            goto 15
         6: .line 69
      StackMap locals: java.util.Collection com.sun.xml.internal.ws.policy.Policy java.util.Iterator
      StackMap stack:
            aload 5 /* assertions */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.xml.internal.ws.policy.AssertionSet
            astore 6 /* assertionSet */
        start local 6 // com.sun.xml.internal.ws.policy.AssertionSet assertionSet
         7: .line 70
            aload 6 /* assertionSet */
            invokevirtual com.sun.xml.internal.ws.policy.AssertionSet.iterator:()Ljava/util/Iterator;
            astore 7 /* policyAssertion */
        start local 7 // java.util.Iterator policyAssertion
         8: .line 71
            goto 14
         9: .line 72
      StackMap locals: com.sun.xml.internal.ws.policy.AssertionSet java.util.Iterator
      StackMap stack:
            aload 7 /* policyAssertion */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.xml.internal.ws.policy.PolicyAssertion
            astore 8 /* assertion */
        start local 8 // com.sun.xml.internal.ws.policy.PolicyAssertion assertion
        10: .line 73
            getstatic com.sun.xml.internal.ws.encoding.policy.EncodingConstants.OPTIMIZED_FI_SERIALIZATION_ASSERTION:Ljavax/xml/namespace/QName;
            aload 8 /* assertion */
            invokevirtual com.sun.xml.internal.ws.policy.PolicyAssertion.getName:()Ljavax/xml/namespace/QName;
            invokevirtual javax.xml.namespace.QName.equals:(Ljava/lang/Object;)Z
            ifeq 14
        11: .line 74
            aload 8 /* assertion */
            getstatic com.sun.xml.internal.ws.encoding.policy.FastInfosetFeatureConfigurator.enabled:Ljavax/xml/namespace/QName;
            invokevirtual com.sun.xml.internal.ws.policy.PolicyAssertion.getAttributeValue:(Ljavax/xml/namespace/QName;)Ljava/lang/String;
            astore 9 /* value */
        start local 9 // java.lang.String value
        12: .line 75
            aload 9 /* value */
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            invokestatic java.lang.Boolean.valueOf:(Ljava/lang/String;)Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            istore 10 /* isFastInfosetEnabled */
        start local 10 // boolean isFastInfosetEnabled
        13: .line 76
            aload 3 /* features */
            new com.sun.xml.internal.ws.api.fastinfoset.FastInfosetFeature
            dup
            iload 10 /* isFastInfosetEnabled */
            invokespecial com.sun.xml.internal.ws.api.fastinfoset.FastInfosetFeature.<init>:(Z)V
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
        end local 10 // boolean isFastInfosetEnabled
        end local 9 // java.lang.String value
        end local 8 // com.sun.xml.internal.ws.policy.PolicyAssertion assertion
        14: .line 71
      StackMap locals:
      StackMap stack:
            aload 7 /* policyAssertion */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        end local 7 // java.util.Iterator policyAssertion
        end local 6 // com.sun.xml.internal.ws.policy.AssertionSet assertionSet
        15: .line 68
      StackMap locals:
      StackMap stack:
            aload 5 /* assertions */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 5 // java.util.Iterator assertions
        end local 4 // com.sun.xml.internal.ws.policy.Policy policy
        16: .line 82
      StackMap locals:
      StackMap stack:
            aload 3 /* features */
            areturn
        end local 3 // java.util.Collection features
        end local 2 // com.sun.xml.internal.ws.policy.PolicyMap policyMap
        end local 1 // com.sun.xml.internal.ws.policy.PolicyMapKey key
        end local 0 // com.sun.xml.internal.ws.encoding.policy.FastInfosetFeatureConfigurator this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   17     0                  this  Lcom/sun/xml/internal/ws/encoding/policy/FastInfosetFeatureConfigurator;
            0   17     1                   key  Lcom/sun/xml/internal/ws/policy/PolicyMapKey;
            0   17     2             policyMap  Lcom/sun/xml/internal/ws/policy/PolicyMap;
            1   17     3              features  Ljava/util/Collection<Ljavax/xml/ws/WebServiceFeature;>;
            3   16     4                policy  Lcom/sun/xml/internal/ws/policy/Policy;
            5   16     5            assertions  Ljava/util/Iterator<Lcom/sun/xml/internal/ws/policy/AssertionSet;>;
            7   15     6          assertionSet  Lcom/sun/xml/internal/ws/policy/AssertionSet;
            8   15     7       policyAssertion  Ljava/util/Iterator<Lcom/sun/xml/internal/ws/policy/PolicyAssertion;>;
           10   14     8             assertion  Lcom/sun/xml/internal/ws/policy/PolicyAssertion;
           12   14     9                 value  Ljava/lang/String;
           13   14    10  isFastInfosetEnabled  Z
    Exceptions:
      throws com.sun.xml.internal.ws.policy.PolicyException
    Signature: (Lcom/sun/xml/internal/ws/policy/PolicyMapKey;Lcom/sun/xml/internal/ws/policy/PolicyMap;)Ljava/util/Collection<Ljavax/xml/ws/WebServiceFeature;>;
    MethodParameters:
           Name  Flags
      key        final
      policyMap  final
}
SourceFile: "FastInfosetFeatureConfigurator.java"