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"