| org.springframework.remoting.support.RemoteInvocationExecutor |
Known Indirect Subclasses
|
Strategy interface for executing a RemoteInvocation on a target object.
Used by RmiServiceExporter (for RMI invokers)
and by HttpInvokerServiceExporter.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Perform this invocation on the given target object.
| |||||||||||
Perform this invocation on the given target object. Typically called when a RemoteInvocation is received on the server.
| invocation | the RemoteInvocation |
|---|---|
| targetObject | the target object to apply the invocation to |
| 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 |