public class com.sun.xml.internal.ws.api.fastinfoset.FastInfosetFeature extends javax.xml.ws.WebServiceFeature
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.xml.internal.ws.api.fastinfoset.FastInfosetFeature
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://java.sun.com/xml/ns/jaxws/fastinfoset"
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial javax.xml.ws.WebServiceFeature.<init>:()V
1: aload 0
iconst_1
putfield com.sun.xml.internal.ws.api.fastinfoset.FastInfosetFeature.enabled:Z
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/ws/api/fastinfoset/FastInfosetFeature;
public void <init>(boolean);
descriptor: (Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial javax.xml.ws.WebServiceFeature.<init>:()V
1: aload 0
iload 1
putfield com.sun.xml.internal.ws.api.fastinfoset.FastInfosetFeature.enabled:Z
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/ws/api/fastinfoset/FastInfosetFeature;
0 3 1 enabled Z
RuntimeVisibleAnnotations:
com.sun.xml.internal.ws.api.FeatureConstructor(value = {"enabled"})
MethodParameters:
Name Flags
enabled
public java.lang.String getID();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc "http://java.sun.com/xml/ns/jaxws/fastinfoset"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/ws/api/fastinfoset/FastInfosetFeature;
RuntimeVisibleAnnotations:
com.sun.org.glassfish.gmbal.ManagedAttribute()
}
SourceFile: "FastInfosetFeature.java"
RuntimeVisibleAnnotations:
com.sun.org.glassfish.gmbal.ManagedData()