public class com.sun.xml.internal.ws.developer.SchemaValidationFeature 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.developer.SchemaValidationFeature
  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/schema-validation"

  private final java.lang.Class<? extends com.sun.xml.internal.ws.developer.ValidationErrorHandler> clazz;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<+Lcom/sun/xml/internal/ws/developer/ValidationErrorHandler;>;

  private final boolean inbound;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean outbound;
    descriptor: Z
    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 // com.sun.xml.internal.ws.developer.SchemaValidationFeature this
         0: .line 55
            aload 0 /* this */
            iconst_1
            iconst_1
            ldc Lcom/sun/xml/internal/ws/server/DraconianValidationErrorHandler;
            invokespecial com.sun.xml.internal.ws.developer.SchemaValidationFeature.<init>:(ZZLjava/lang/Class;)V
         1: .line 56
            return
        end local 0 // com.sun.xml.internal.ws.developer.SchemaValidationFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/ws/developer/SchemaValidationFeature;

  public void <init>(java.lang.Class<? extends com.sun.xml.internal.ws.developer.ValidationErrorHandler>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.ws.developer.SchemaValidationFeature this
        start local 1 // java.lang.Class clazz
         0: .line 63
            aload 0 /* this */
            iconst_1
            iconst_1
            aload 1 /* clazz */
            invokespecial com.sun.xml.internal.ws.developer.SchemaValidationFeature.<init>:(ZZLjava/lang/Class;)V
         1: .line 64
            return
        end local 1 // java.lang.Class clazz
        end local 0 // com.sun.xml.internal.ws.developer.SchemaValidationFeature this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/xml/internal/ws/developer/SchemaValidationFeature;
            0    2     1  clazz  Ljava/lang/Class<+Lcom/sun/xml/internal/ws/developer/ValidationErrorHandler;>;
    Signature: (Ljava/lang/Class<+Lcom/sun/xml/internal/ws/developer/ValidationErrorHandler;>;)V
    MethodParameters:
       Name  Flags
      clazz  

  public void <init>(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.ws.developer.SchemaValidationFeature this
        start local 1 // boolean inbound
        start local 2 // boolean outbound
         0: .line 70
            aload 0 /* this */
            iload 1 /* inbound */
            iload 2 /* outbound */
            ldc Lcom/sun/xml/internal/ws/server/DraconianValidationErrorHandler;
            invokespecial com.sun.xml.internal.ws.developer.SchemaValidationFeature.<init>:(ZZLjava/lang/Class;)V
         1: .line 71
            return
        end local 2 // boolean outbound
        end local 1 // boolean inbound
        end local 0 // com.sun.xml.internal.ws.developer.SchemaValidationFeature this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/xml/internal/ws/developer/SchemaValidationFeature;
            0    2     1   inbound  Z
            0    2     2  outbound  Z
    MethodParameters:
          Name  Flags
      inbound   
      outbound  

  public void <init>(boolean, boolean, java.lang.Class<? extends com.sun.xml.internal.ws.developer.ValidationErrorHandler>);
    descriptor: (ZZLjava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.ws.developer.SchemaValidationFeature this
        start local 1 // boolean inbound
        start local 2 // boolean outbound
        start local 3 // java.lang.Class clazz
         0: .line 77
            aload 0 /* this */
            invokespecial javax.xml.ws.WebServiceFeature.<init>:()V
         1: .line 78
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.ws.developer.SchemaValidationFeature.enabled:Z
         2: .line 79
            aload 0 /* this */
            iload 1 /* inbound */
            putfield com.sun.xml.internal.ws.developer.SchemaValidationFeature.inbound:Z
         3: .line 80
            aload 0 /* this */
            iload 2 /* outbound */
            putfield com.sun.xml.internal.ws.developer.SchemaValidationFeature.outbound:Z
         4: .line 81
            aload 0 /* this */
            aload 3 /* clazz */
            putfield com.sun.xml.internal.ws.developer.SchemaValidationFeature.clazz:Ljava/lang/Class;
         5: .line 82
            return
        end local 3 // java.lang.Class clazz
        end local 2 // boolean outbound
        end local 1 // boolean inbound
        end local 0 // com.sun.xml.internal.ws.developer.SchemaValidationFeature this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/sun/xml/internal/ws/developer/SchemaValidationFeature;
            0    6     1   inbound  Z
            0    6     2  outbound  Z
            0    6     3     clazz  Ljava/lang/Class<+Lcom/sun/xml/internal/ws/developer/ValidationErrorHandler;>;
    Signature: (ZZLjava/lang/Class<+Lcom/sun/xml/internal/ws/developer/ValidationErrorHandler;>;)V
    RuntimeVisibleAnnotations: 
      com.sun.xml.internal.ws.api.FeatureConstructor(value = {"inbound", "outbound", "handler"})
    MethodParameters:
          Name  Flags
      inbound   
      outbound  
      clazz     

  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.SchemaValidationFeature this
         0: .line 87
            ldc "http://jax-ws.dev.java.net/features/schema-validation"
            areturn
        end local 0 // com.sun.xml.internal.ws.developer.SchemaValidationFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/developer/SchemaValidationFeature;
    RuntimeVisibleAnnotations: 
      com.sun.org.glassfish.gmbal.ManagedAttribute()

  public java.lang.Class<? extends com.sun.xml.internal.ws.developer.ValidationErrorHandler> getErrorHandler();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.developer.SchemaValidationFeature this
         0: .line 97
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.developer.SchemaValidationFeature.clazz:Ljava/lang/Class;
            areturn
        end local 0 // com.sun.xml.internal.ws.developer.SchemaValidationFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/developer/SchemaValidationFeature;
    Signature: ()Ljava/lang/Class<+Lcom/sun/xml/internal/ws/developer/ValidationErrorHandler;>;
    RuntimeVisibleAnnotations: 
      com.sun.org.glassfish.gmbal.ManagedAttribute()

  public boolean isInbound();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.developer.SchemaValidationFeature this
         0: .line 106
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.developer.SchemaValidationFeature.inbound:Z
            ireturn
        end local 0 // com.sun.xml.internal.ws.developer.SchemaValidationFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/developer/SchemaValidationFeature;

  public boolean isOutbound();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.developer.SchemaValidationFeature this
         0: .line 115
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.developer.SchemaValidationFeature.outbound:Z
            ireturn
        end local 0 // com.sun.xml.internal.ws.developer.SchemaValidationFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/developer/SchemaValidationFeature;
}
SourceFile: "SchemaValidationFeature.java"
    RuntimeVisibleAnnotations: 
      com.sun.org.glassfish.gmbal.ManagedData()