/ 

org.springframework/ spring-context/ 5.3.3/ org/springframework/remoting/support/RemoteInvocationExecutor.class

 

  • abstract class publicRemoteInvocationExecutor
    • abstract method publicinvoke(RemoteInvocation, Object): Object
https://github.com/spring-projects/spring-framework: Spring Context (Spring IO)
  • Apache License, Version 2.0
  • Juergen Hoeller
public interface org.springframework.remoting.support.RemoteInvocationExecutor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.remoting.support.RemoteInvocationExecutor
  super_class: java.lang.Object
{
  public abstract java.lang.Object invoke(org.springframework.remoting.support.RemoteInvocation, java.lang.Object);
    descriptor: (Lorg/springframework/remoting/support/RemoteInvocation;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.NoSuchMethodException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
    MethodParameters:
              Name  Flags
      invocation    
      targetObject  
}
SourceFile: "RemoteInvocationExecutor.java"


Missing a library or version you want to see? Open an issue!
Icon set and themes from IntelliJ Community