| org.springframework.remoting.rmi.RmiInvocationHandler |
Interface for RMI invocation handlers instances on the server, wrapping exported services. A client uses a stub implementing this interface to access such a service.
This is an SPI interface, not to be used directly by applications.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the name of the target interface that this invoker operates on.
| |||||||||||
Apply the given invocation to the target object.
| |||||||||||
Return the name of the target interface that this invoker operates on.
null if none| RemoteException | in case of communication errors |
|---|
Apply the given invocation to the target object.
Called by RmiClientInterceptor#doInvoke(org.aopalliance.intercept.MethodInvocation, RmiInvocationHandler).
| invocation | object that encapsulates invocation parameters |
|---|
| RemoteException | in case of communication errors |
|---|---|
| NoSuchMethodException | if the method name could not be resolved |
| IllegalAccessException | if the method could not be accessed |
| InvocationTargetException | if the method invocation resulted in an exception |