public class com.caucho.services.server.ServiceContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.caucho.services.server.ServiceContext
  super_class: java.lang.Object
{
  private static final java.lang.ThreadLocal<com.caucho.services.server.ServiceContext> _localContext;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/ThreadLocal<Lcom/caucho/services/server/ServiceContext;>;

  private ServletRequest _request;
    descriptor: LServletRequest;
    flags: (0x0002) ACC_PRIVATE

  private ServletResponse _response;
    descriptor: LServletResponse;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String _serviceName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String _objectId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private int _count;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.util.HashMap _headers;
    descriptor: Ljava/util/HashMap;
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.caucho.services.server.ServiceContext this
         0: .line 51
            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\tServletRequest cannot be resolved to a type\n\tServletResponse 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\tServletRequest cannot be resolved to a type\n\tServletResponse cannot be resolved to a type\n\tServletRequest cannot be resolved to a type\n\tServletRequest cannot be resolved to a type\n\tServletResponse cannot be resolved to a type\n\tServletResponse cannot be resolved to a type\n\tServletRequest cannot be resolved to a type\n\tServletResponse cannot be resolved to a type\n\tServletRequest cannot be resolved to a type\n\tServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.caucho.services.server.ServiceContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/caucho/services/server/ServiceContext;

  public static void begin(ServletRequest, ServletResponse, java.lang.String, java.lang.String);
    descriptor: (LServletRequest;LServletResponse;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
         0: .line 89
            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\tServletRequest cannot be resolved to a type\n\tServletResponse cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws ServletException
    MethodParameters:
             Name  Flags
      request      
      response     
      serviceName  
      objectId     

  public static com.caucho.services.server.ServiceContext getContext();
    descriptor: ()Lcom/caucho/services/server/ServiceContext;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 112
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void addHeader(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.caucho.services.server.ServiceContext this
         0: .line 120
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.caucho.services.server.ServiceContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/caucho/services/server/ServiceContext;
    MethodParameters:
        Name  Flags
      header  
      value   

  public java.lang.Object getHeader(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.caucho.services.server.ServiceContext this
         0: .line 128
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.caucho.services.server.ServiceContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/caucho/services/server/ServiceContext;
    MethodParameters:
        Name  Flags
      header  

  public static java.lang.Object getContextHeader(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 136
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
        Name  Flags
      header  

  public static ServletRequest getContextRequest();
    descriptor: ()LServletRequest;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 149
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletRequest cannot be resolved to a type\n\tServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static ServletResponse getContextResponse();
    descriptor: ()LServletResponse;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 162
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletResponse cannot be resolved to a type\n\tServletResponse cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static java.lang.String getContextServiceName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 175
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static java.lang.String getContextObjectId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 188
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void end();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 206
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static ServletRequest getRequest();
    descriptor: ()LServletRequest;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 220
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletRequest cannot be resolved to a type\n\tServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static java.lang.String getServiceName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 235
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static java.lang.String getObjectId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 250
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ServiceContext.java"