public class com.sun.xml.internal.ws.encoding.DataSourceStreamingDataHandler extends com.sun.xml.internal.ws.developer.StreamingDataHandler
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.xml.internal.ws.encoding.DataSourceStreamingDataHandler
super_class: com.sun.xml.internal.ws.developer.StreamingDataHandler
{
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 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe hierarchy of the type DataSourceStreamingDataHandler is inconsistent\n\tThe method readOnce() of type DataSourceStreamingDataHandler must override or implement a supertype method\n\tThe method getInputStream() is undefined for the type DataSourceStreamingDataHandler\n\tThe method moveTo(File) of type DataSourceStreamingDataHandler must override or implement a supertype method\n\tThe method getInputStream() is undefined for the type DataSourceStreamingDataHandler\n\tThe method close() of type DataSourceStreamingDataHandler must override or implement a supertype method\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/ws/encoding/DataSourceStreamingDataHandler;
MethodParameters:
Name Flags
ds
public java.io.InputStream readOnce();
descriptor: ()Ljava/io/InputStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe method readOnce() of type DataSourceStreamingDataHandler must override or implement a supertype method\n\tThe method getInputStream() is undefined for the type DataSourceStreamingDataHandler\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/ws/encoding/DataSourceStreamingDataHandler;
Exceptions:
throws java.io.IOException
public void moveTo(java.io.File);
descriptor: (Ljava/io/File;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe method moveTo(File) of type DataSourceStreamingDataHandler must override or implement a supertype method\n\tThe method getInputStream() is undefined for the type DataSourceStreamingDataHandler\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/ws/encoding/DataSourceStreamingDataHandler;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
file
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe method close() of type DataSourceStreamingDataHandler must override or implement a supertype method\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/ws/encoding/DataSourceStreamingDataHandler;
Exceptions:
throws java.io.IOException
}
SourceFile: "DataSourceStreamingDataHandler.java"