public class org.springframework.jca.endpoint.GenericMessageEndpointManager implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.jca.endpoint.GenericMessageEndpointManager
  super_class: java.lang.Object
{
  private ResourceAdapter resourceAdapter;
    descriptor: LResourceAdapter;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private MessageEndpointFactory messageEndpointFactory;
    descriptor: LMessageEndpointFactory;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private ActivationSpec activationSpec;
    descriptor: LActivationSpec;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private boolean autoStartup;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  private volatile boolean running;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private final java.lang.Object lifecycleMonitor;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
         0: .line 19
            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\tThe import org.springframework.context cannot be resolved\n\tSmartLifecycle cannot be resolved to a type\n\tResourceAdapter cannot be resolved to a type\n\tMessageEndpointFactory cannot be resolved to a type\n\tActivationSpec cannot be resolved to a type\n\tDEFAULT_PHASE cannot be resolved to a variable\n\tResourceAdapter cannot be resolved to a type\n\tResourceAdapter cannot be resolved to a type\n\tResourceAdapter cannot be resolved to a type\n\tResourceAdapter cannot be resolved to a type\n\tMessageEndpointFactory cannot be resolved to a type\n\tMessageEndpointFactory cannot be resolved to a type\n\tMessageEndpointFactory cannot be resolved to a type\n\tMessageEndpointFactory cannot be resolved to a type\n\tActivationSpec cannot be resolved to a type\n\tActivationSpec cannot be resolved to a type\n\tActivationSpec cannot be resolved to a type\n\tActivationSpec cannot be resolved to a type\n\tThe method isAutoStartup() of type GenericMessageEndpointManager must override or implement a supertype method\n\tThe method getPhase() of type GenericMessageEndpointManager must override or implement a supertype method\n\tResourceException cannot be resolved to a type\n\tThe method getResourceAdapter() from the type GenericMessageEndpointManager refers to the missing type ResourceAdapter\n\tThe method getMessageEndpointFactory() from the type GenericMessageEndpointManager refers to the missing type MessageEndpointFactory\n\tActivationSpec cannot be resolved to a type\n\tThe method getActivationSpec() from the type GenericMessageEndpointManager refers to the missing type ActivationSpec\n\tThe method getResourceAdapter() from the type GenericMessageEndpointManager refers to the missing type ResourceAdapter\n\tThe method getResourceAdapter() from the type GenericMessageEndpointManager refers to the missing type ResourceAdapter\n\tThe method start() of type GenericMessageEndpointManager must override or implement a supertype method\n\tResourceAdapter cannot be resolved to a type\n\tThe method getResourceAdapter() from the type GenericMessageEndpointManager refers to the missing type ResourceAdapter\n\tThe method getMessageEndpointFactory() from the type GenericMessageEndpointManager refers to the missing type MessageEndpointFactory\n\tThe method getActivationSpec() from the type GenericMessageEndpointManager refers to the missing type ActivationSpec\n\tResourceException cannot be resolved to a type\n\tThe method stop() of type GenericMessageEndpointManager must override or implement a supertype method\n\tResourceAdapter cannot be resolved to a type\n\tThe method getResourceAdapter() from the type GenericMessageEndpointManager refers to the missing type ResourceAdapter\n\tThe method getMessageEndpointFactory() from the type GenericMessageEndpointManager refers to the missing type MessageEndpointFactory\n\tThe method getActivationSpec() from the type GenericMessageEndpointManager refers to the missing type ActivationSpec\n\tThe method stop(Runnable) of type GenericMessageEndpointManager must override or implement a supertype method\n\tThe method isRunning() of type GenericMessageEndpointManager must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/endpoint/GenericMessageEndpointManager;

  public void setResourceAdapter(ResourceAdapter);
    descriptor: (LResourceAdapter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
         0: .line 172
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tResourceAdapter cannot be resolved to a type\n\tResourceAdapter cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/endpoint/GenericMessageEndpointManager;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
                 Name  Flags
      resourceAdapter  

  public ResourceAdapter getResourceAdapter();
    descriptor: ()LResourceAdapter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
         0: .line 180
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tResourceAdapter cannot be resolved to a type\n\tResourceAdapter cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/endpoint/GenericMessageEndpointManager;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void setMessageEndpointFactory(MessageEndpointFactory);
    descriptor: (LMessageEndpointFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
         0: .line 192
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMessageEndpointFactory cannot be resolved to a type\n\tMessageEndpointFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/endpoint/GenericMessageEndpointManager;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
                        Name  Flags
      messageEndpointFactory  

  public MessageEndpointFactory getMessageEndpointFactory();
    descriptor: ()LMessageEndpointFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
         0: .line 200
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMessageEndpointFactory cannot be resolved to a type\n\tMessageEndpointFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/endpoint/GenericMessageEndpointManager;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void setActivationSpec(ActivationSpec);
    descriptor: (LActivationSpec;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
         0: .line 209
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tActivationSpec cannot be resolved to a type\n\tActivationSpec cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/endpoint/GenericMessageEndpointManager;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
                Name  Flags
      activationSpec  

  public ActivationSpec getActivationSpec();
    descriptor: ()LActivationSpec;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
         0: .line 217
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tActivationSpec cannot be resolved to a type\n\tActivationSpec cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/endpoint/GenericMessageEndpointManager;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void setAutoStartup(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
         0: .line 227
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/endpoint/GenericMessageEndpointManager;
    MethodParameters:
             Name  Flags
      autoStartup  

  public boolean isAutoStartup();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
         0: .line 236
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method isAutoStartup() of type GenericMessageEndpointManager must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/endpoint/GenericMessageEndpointManager;

  public void setPhase(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
         0: .line 247
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/endpoint/GenericMessageEndpointManager;
    MethodParameters:
       Name  Flags
      phase  

  public int getPhase();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
         0: .line 255
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getPhase() of type GenericMessageEndpointManager must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/endpoint/GenericMessageEndpointManager;

  public void afterPropertiesSet();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
         0: .line 264
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tResourceException cannot be resolved to a type\n\tThe method getResourceAdapter() from the type GenericMessageEndpointManager refers to the missing type ResourceAdapter\n\tThe method getMessageEndpointFactory() from the type GenericMessageEndpointManager refers to the missing type MessageEndpointFactory\n\tActivationSpec cannot be resolved to a type\n\tThe method getActivationSpec() from the type GenericMessageEndpointManager refers to the missing type ActivationSpec\n\tThe method getResourceAdapter() from the type GenericMessageEndpointManager refers to the missing type ResourceAdapter\n\tThe method getResourceAdapter() from the type GenericMessageEndpointManager refers to the missing type ResourceAdapter\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/endpoint/GenericMessageEndpointManager;
    Exceptions:
      throws ResourceException

  public void start();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
         0: .line 289
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method start() of type GenericMessageEndpointManager must override or implement a supertype method\n\tResourceAdapter cannot be resolved to a type\n\tThe method getResourceAdapter() from the type GenericMessageEndpointManager refers to the missing type ResourceAdapter\n\tThe method getMessageEndpointFactory() from the type GenericMessageEndpointManager refers to the missing type MessageEndpointFactory\n\tThe method getActivationSpec() from the type GenericMessageEndpointManager refers to the missing type ActivationSpec\n\tResourceException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/endpoint/GenericMessageEndpointManager;

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
         0: .line 309
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method stop() of type GenericMessageEndpointManager must override or implement a supertype method\n\tResourceAdapter cannot be resolved to a type\n\tThe method getResourceAdapter() from the type GenericMessageEndpointManager refers to the missing type ResourceAdapter\n\tThe method getMessageEndpointFactory() from the type GenericMessageEndpointManager refers to the missing type MessageEndpointFactory\n\tThe method getActivationSpec() from the type GenericMessageEndpointManager refers to the missing type ActivationSpec\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/endpoint/GenericMessageEndpointManager;

  public void stop(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
         0: .line 321
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method stop(Runnable) of type GenericMessageEndpointManager must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/endpoint/GenericMessageEndpointManager;
    MethodParameters:
          Name  Flags
      callback  

  public boolean isRunning();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
         0: .line 332
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method isRunning() of type GenericMessageEndpointManager must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/endpoint/GenericMessageEndpointManager;

  public void destroy();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
         0: .line 340
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.endpoint.GenericMessageEndpointManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/endpoint/GenericMessageEndpointManager;
}
SourceFile: "GenericMessageEndpointManager.java"