Uses of Interface
org.springframework.remoting.rmi.RmiInvocationHandler
Packages that use RmiInvocationHandler Package Description org.springframework.remoting.rmi Remoting classes for conventional RMI and transparent remoting via RMI invokers.Uses of RmiInvocationHandler in org.springframework.remoting.rmi
Methods in org.springframework.remoting.rmi with parameters of type RmiInvocationHandler Modifier and Type Method Description protected ObjectJndiRmiClientInterceptor. doInvoke(MethodInvocation methodInvocation, RmiInvocationHandler invocationHandler)Apply the given AOP method invocation to the givenRmiInvocationHandler.protected ObjectRmiClientInterceptor. doInvoke(MethodInvocation methodInvocation, RmiInvocationHandler invocationHandler)Apply the given AOP method invocation to the givenRmiInvocationHandler.