public class com.sun.rowset.internal.WebRowSetXmlReader implements javax.sql.rowset.spi.XmlReader, java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.rowset.internal.WebRowSetXmlReader
super_class: java.lang.Object
{
private com.sun.rowset.JdbcRowSetResourceBundle resBundle;
descriptor: Lcom/sun/rowset/JdbcRowSetResourceBundle;
flags: (0x0002) ACC_PRIVATE
static final long serialVersionUID;
descriptor: J
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: -9127058392819008014
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
invokestatic com.sun.rowset.JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle:()Lcom/sun/rowset/JdbcRowSetResourceBundle;
putfield com.sun.rowset.internal.WebRowSetXmlReader.resBundle:Lcom/sun/rowset/JdbcRowSetResourceBundle;
2: goto 5
StackMap locals: com.sun.rowset.internal.WebRowSetXmlReader
StackMap stack: java.io.IOException
3: astore 1
start local 1 4: new java.lang.RuntimeException
dup
aload 1
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 1 5: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/rowset/internal/WebRowSetXmlReader;
4 5 1 ioe Ljava/io/IOException;
Exception table:
from to target type
1 2 3 Class java.io.IOException
public void readXML(javax.sql.rowset.WebRowSet, java.io.Reader);
descriptor: (Ljavax/sql/rowset/WebRowSet;Ljava/io/Reader;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tInputSource cannot be resolved to a type\n\tInputSource cannot be resolved to a type\n\tDefaultHandler cannot be resolved to a type\n\tSAXParserFactory cannot be resolved to a type\n\tSAXParserFactory cannot be resolved\n\tSAXParser cannot be resolved to a type\n\tXMLReader cannot be resolved to a type\n\tSAXParseException cannot be resolved to a type\n\tSAXException cannot be resolved to a type\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/rowset/internal/WebRowSetXmlReader;
Exceptions:
throws java.sql.SQLException
MethodParameters:
Name Flags
caller
reader
public void readXML(javax.sql.rowset.WebRowSet, java.io.InputStream);
descriptor: (Ljavax/sql/rowset/WebRowSet;Ljava/io/InputStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tInputSource cannot be resolved to a type\n\tInputSource cannot be resolved to a type\n\tDefaultHandler cannot be resolved to a type\n\tSAXParserFactory cannot be resolved to a type\n\tSAXParserFactory cannot be resolved\n\tSAXParser cannot be resolved to a type\n\tXMLReader cannot be resolved to a type\n\tSAXParseException cannot be resolved to a type\n\tSAXException cannot be resolved to a type\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/rowset/internal/WebRowSetXmlReader;
Exceptions:
throws java.sql.SQLException
MethodParameters:
Name Flags
caller
iStream
public void readData(javax.sql.RowSetInternal);
descriptor: (Ljavax/sql/RowSetInternal;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/rowset/internal/WebRowSetXmlReader;
0 1 1 caller Ljavax/sql/RowSetInternal;
MethodParameters:
Name Flags
caller
private void readObject(java.io.ObjectInputStream);
descriptor: (Ljava/io/ObjectInputStream;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
1: aload 0
invokestatic com.sun.rowset.JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle:()Lcom/sun/rowset/JdbcRowSetResourceBundle;
putfield com.sun.rowset.internal.WebRowSetXmlReader.resBundle:Lcom/sun/rowset/JdbcRowSetResourceBundle;
2: goto 5
StackMap locals:
StackMap stack: java.io.IOException
3: astore 2
start local 2 4: new java.lang.RuntimeException
dup
aload 2
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 2 5: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/rowset/internal/WebRowSetXmlReader;
0 6 1 ois Ljava/io/ObjectInputStream;
4 5 2 ioe Ljava/io/IOException;
Exception table:
from to target type
1 2 3 Class java.io.IOException
Exceptions:
throws java.io.IOException, java.lang.ClassNotFoundException
MethodParameters:
Name Flags
ois
}
SourceFile: "WebRowSetXmlReader.java"