| java.lang.Object | |
| ↳ | org.springframework.remoting.support.DefaultRemoteInvocationExecutor |
Default implementation of the RemoteInvocationExecutor interface.
Simply delegates to RemoteInvocation's invoke method.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Perform this invocation on the given target object.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.remoting.support.RemoteInvocationExecutor
| |||||||||||
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 |