public abstract class org.springframework.jca.cci.object.MappingCommAreaOperation extends org.springframework.jca.cci.object.MappingRecordOperation
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.jca.cci.object.MappingCommAreaOperation
  super_class: org.springframework.jca.cci.object.MappingRecordOperation
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.jca.cci.object.MappingCommAreaOperation this
         0: .line 46
            aload 0 /* this */
            invokespecial org.springframework.jca.cci.object.MappingRecordOperation.<init>:()V
         1: .line 47
            return
        end local 0 // org.springframework.jca.cci.object.MappingCommAreaOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/jca/cci/object/MappingCommAreaOperation;

  public void <init>(ConnectionFactory, InteractionSpec);
    descriptor: (LConnectionFactory;LInteractionSpec;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.jca.cci.object.MappingCommAreaOperation this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.resource cannot be resolved\n\tThe import javax.resource cannot be resolved\n\tThe import javax.resource cannot be resolved\n\tThe import javax.resource cannot be resolved\n\tConnectionFactory cannot be resolved to a type\n\tInteractionSpec cannot be resolved to a type\n\tRecord cannot be resolved to a type\n\tRecordFactory cannot be resolved to a type\n\tRecord cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.cci.object.MappingCommAreaOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/cci/object/MappingCommAreaOperation;
    MethodParameters:
                   Name  Flags
      connectionFactory  
      interactionSpec    

  protected final Record createInputRecord(RecordFactory, java.lang.Object);
    descriptor: (LRecordFactory;Ljava/lang/Object;)LRecord;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.jca.cci.object.MappingCommAreaOperation this
         0: .line 60
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tRecord cannot be resolved to a type\n\tRecordFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.cci.object.MappingCommAreaOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/cci/object/MappingCommAreaOperation;
    MethodParameters:
               Name  Flags
      recordFactory  
      inObject       

  protected final java.lang.Object extractOutputData(Record);
    descriptor: (LRecord;)Ljava/lang/Object;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.jca.cci.object.MappingCommAreaOperation this
         0: .line 70
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tRecord cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.cci.object.MappingCommAreaOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/cci/object/MappingCommAreaOperation;
    Exceptions:
      throws org.springframework.dao.DataAccessException
    MethodParameters:
        Name  Flags
      record  

  protected abstract byte[] objectToBytes(java.lang.Object);
    descriptor: (Ljava/lang/Object;)[B
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException, org.springframework.dao.DataAccessException
    MethodParameters:
          Name  Flags
      inObject  

  protected abstract java.lang.Object bytesToObject(byte[]);
    descriptor: ([B)Ljava/lang/Object;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException, org.springframework.dao.DataAccessException
    MethodParameters:
       Name  Flags
      bytes  
}
SourceFile: "MappingCommAreaOperation.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()