public abstract class com.sun.xml.internal.ws.developer.StreamingDataHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.xml.internal.ws.developer.StreamingDataHandler
  super_class: java.lang.Object
{
  public void <init>(java.lang.Object, java.lang.String);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.ws.developer.StreamingDataHandler this
         0: .line 51
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe hierarchy of the type StreamingDataHandler is inconsistent\n\tThe constructor Object(Object, String) is undefined\n\tThe constructor Object(URL) is undefined\n\tThe constructor Object(DataSource) is undefined\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.xml.internal.ws.developer.StreamingDataHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/developer/StreamingDataHandler;
    MethodParameters:
      Name  Flags
      o     
      s     

  public void <init>(java.net.URL);
    descriptor: (Ljava/net/URL;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.ws.developer.StreamingDataHandler this
         0: .line 51
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe hierarchy of the type StreamingDataHandler is inconsistent\n\tThe constructor Object(Object, String) is undefined\n\tThe constructor Object(URL) is undefined\n\tThe constructor Object(DataSource) is undefined\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.xml.internal.ws.developer.StreamingDataHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/developer/StreamingDataHandler;
    MethodParameters:
      Name  Flags
      url   

  public void <init>(javax.activation.DataSource);
    descriptor: (Ljavax/activation/DataSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.ws.developer.StreamingDataHandler this
         0: .line 51
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe hierarchy of the type StreamingDataHandler is inconsistent\n\tThe constructor Object(Object, String) is undefined\n\tThe constructor Object(URL) is undefined\n\tThe constructor Object(DataSource) is undefined\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.xml.internal.ws.developer.StreamingDataHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/developer/StreamingDataHandler;
    MethodParameters:
            Name  Flags
      dataSource  
}
SourceFile: "StreamingDataHandler.java"