public class com.caucho.burlap.server.BurlapServlet
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.caucho.burlap.server.BurlapServlet
super_class: java.lang.Object
{
private java.lang.Class<?> _apiClass;
descriptor: Ljava/lang/Class;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/lang/Class<*>;
private java.lang.Object _service;
descriptor: Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
private com.caucho.burlap.server.BurlapSkeleton _skeleton;
descriptor: Lcom/caucho/burlap/server/BurlapSkeleton;
flags: (0x0002) ACC_PRIVATE
public void <init>();
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 problems: \n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tGenericServlet cannot be resolved to a type\n\tServletConfig cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tThe method getInitParameter(String) is undefined for the type BurlapServlet\n\tServletException cannot be resolved to a type\n\tThe method getServletConfig() is undefined for the type BurlapServlet\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tThe method getServletConfig() is undefined for the type BurlapServlet\n\tThe method getInitParameter(String) is undefined for the type BurlapServlet\n\tServletException cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tServletRequest cannot be resolved to a type\n\tServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tServletException 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/caucho/burlap/server/BurlapServlet;
public java.lang.String getServletInfo();
descriptor: ()Ljava/lang/String;
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"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/caucho/burlap/server/BurlapServlet;
public void setService(java.lang.Object);
descriptor: (Ljava/lang/Object;)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 problem: \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/caucho/burlap/server/BurlapServlet;
MethodParameters:
Name Flags
service
public void setAPIClass(java.lang.Class<?>);
descriptor: (Ljava/lang/Class;)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 problem: \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/caucho/burlap/server/BurlapServlet;
Signature: (Ljava/lang/Class<*>;)V
MethodParameters:
Name Flags
apiClass
public void init(ServletConfig);
descriptor: (LServletConfig;)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\tServletConfig cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tThe method getInitParameter(String) is undefined for the type BurlapServlet\n\tServletException cannot be resolved to a type\n\tThe method getServletConfig() is undefined for the type BurlapServlet\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tThe method getServletConfig() is undefined for the type BurlapServlet\n\tThe method getInitParameter(String) is undefined for the type BurlapServlet\n\tServletException cannot be resolved to a type\n\tServletException 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/caucho/burlap/server/BurlapServlet;
Exceptions:
throws ServletException
MethodParameters:
Name Flags
config
public void service(ServletRequest, ServletResponse);
descriptor: (LServletRequest;LServletResponse;)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\tServletRequest cannot be resolved to a type\n\tServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tServletException 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/caucho/burlap/server/BurlapServlet;
Exceptions:
throws java.io.IOException, ServletException
MethodParameters:
Name Flags
request
response
}
SourceFile: "BurlapServlet.java"