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 43
            aload 0 /* this */
            invokespecial org.springframework.jca.cci.object.MappingRecordOperation.<init>:()V
         1: .line 44
            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>(javax.resource.cci.ConnectionFactory, javax.resource.cci.InteractionSpec);
    descriptor: (Ljavax/resource/cci/ConnectionFactory;Ljavax/resource/cci/InteractionSpec;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.jca.cci.object.MappingCommAreaOperation this
        start local 1 // javax.resource.cci.ConnectionFactory connectionFactory
        start local 2 // javax.resource.cci.InteractionSpec interactionSpec
         0: .line 52
            aload 0 /* this */
            aload 1 /* connectionFactory */
            aload 2 /* interactionSpec */
            invokespecial org.springframework.jca.cci.object.MappingRecordOperation.<init>:(Ljavax/resource/cci/ConnectionFactory;Ljavax/resource/cci/InteractionSpec;)V
         1: .line 53
            return
        end local 2 // javax.resource.cci.InteractionSpec interactionSpec
        end local 1 // javax.resource.cci.ConnectionFactory connectionFactory
        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;
            0    2     1  connectionFactory  Ljavax/resource/cci/ConnectionFactory;
            0    2     2    interactionSpec  Ljavax/resource/cci/InteractionSpec;
    MethodParameters:
                   Name  Flags
      connectionFactory  
      interactionSpec    

  protected final javax.resource.cci.Record createInputRecord(javax.resource.cci.RecordFactory, java.lang.Object);
    descriptor: (Ljavax/resource/cci/RecordFactory;Ljava/lang/Object;)Ljavax/resource/cci/Record;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.springframework.jca.cci.object.MappingCommAreaOperation this
        start local 1 // javax.resource.cci.RecordFactory recordFactory
        start local 2 // java.lang.Object inObject
         0: .line 59
            new org.springframework.jca.cci.core.support.CommAreaRecord
            dup
            aload 0 /* this */
            aload 2 /* inObject */
            invokevirtual org.springframework.jca.cci.object.MappingCommAreaOperation.objectToBytes:(Ljava/lang/Object;)[B
            invokespecial org.springframework.jca.cci.core.support.CommAreaRecord.<init>:([B)V
         1: areturn
         2: .line 61
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 3 /* ex */
        start local 3 // java.io.IOException ex
         3: .line 62
            new org.springframework.dao.DataRetrievalFailureException
            dup
            ldc "I/O exception during bytes conversion"
            aload 3 /* ex */
            invokespecial org.springframework.dao.DataRetrievalFailureException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException ex
        end local 2 // java.lang.Object inObject
        end local 1 // javax.resource.cci.RecordFactory recordFactory
        end local 0 // org.springframework.jca.cci.object.MappingCommAreaOperation this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/springframework/jca/cci/object/MappingCommAreaOperation;
            0    4     1  recordFactory  Ljavax/resource/cci/RecordFactory;
            0    4     2       inObject  Ljava/lang/Object;
            3    4     3             ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
               Name  Flags
      recordFactory  
      inObject       

  protected final java.lang.Object extractOutputData(javax.resource.cci.Record);
    descriptor: (Ljavax/resource/cci/Record;)Ljava/lang/Object;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.springframework.jca.cci.object.MappingCommAreaOperation this
        start local 1 // javax.resource.cci.Record record
         0: .line 68
            aload 1 /* record */
            checkcast org.springframework.jca.cci.core.support.CommAreaRecord
            astore 2 /* commAreaRecord */
        start local 2 // org.springframework.jca.cci.core.support.CommAreaRecord commAreaRecord
         1: .line 70
            aload 0 /* this */
            aload 2 /* commAreaRecord */
            invokevirtual org.springframework.jca.cci.core.support.CommAreaRecord.toByteArray:()[B
            invokevirtual org.springframework.jca.cci.object.MappingCommAreaOperation.bytesToObject:([B)Ljava/lang/Object;
         2: areturn
         3: .line 72
      StackMap locals: org.springframework.jca.cci.object.MappingCommAreaOperation javax.resource.cci.Record org.springframework.jca.cci.core.support.CommAreaRecord
      StackMap stack: java.io.IOException
            astore 3 /* ex */
        start local 3 // java.io.IOException ex
         4: .line 73
            new org.springframework.dao.DataRetrievalFailureException
            dup
            ldc "I/O exception during bytes conversion"
            aload 3 /* ex */
            invokespecial org.springframework.dao.DataRetrievalFailureException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException ex
        end local 2 // org.springframework.jca.cci.core.support.CommAreaRecord commAreaRecord
        end local 1 // javax.resource.cci.Record record
        end local 0 // org.springframework.jca.cci.object.MappingCommAreaOperation this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lorg/springframework/jca/cci/object/MappingCommAreaOperation;
            0    5     1          record  Ljavax/resource/cci/Record;
            1    5     2  commAreaRecord  Lorg/springframework/jca/cci/core/support/CommAreaRecord;
            4    5     3              ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException
    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"