open class DefaultRemoteInvocationExecutor : RemoteInvocationExecutor
Default implementation of the RemoteInvocationExecutor interface. Simply delegates to RemoteInvocation's invoke method.
Author
Juergen Hoeller
Since
1.1
See Also
RemoteInvocation#invoke
DefaultRemoteInvocationExecutor()
Default implementation of the RemoteInvocationExecutor interface. Simply delegates to RemoteInvocation's invoke method. |
open fun invoke(invocation: RemoteInvocation, targetObject: Any): Any |