public interface org.springframework.remoting.rmi.RmiInvocationHandler extends java.rmi.Remote
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.remoting.rmi.RmiInvocationHandler
super_class: java.lang.Object
{
public abstract java.lang.String getTargetInterfaceName();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.rmi.RemoteException
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
public abstract java.lang.Object invoke(org.springframework.remoting.support.RemoteInvocation);
descriptor: (Lorg/springframework/remoting/support/RemoteInvocation;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.rmi.RemoteException, java.lang.NoSuchMethodException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
invocation
}
SourceFile: "RmiInvocationHandler.java"