spring-framework / org.springframework.remoting.support / DefaultRemoteInvocationExecutor

DefaultRemoteInvocationExecutor

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

Constructors

<init>

DefaultRemoteInvocationExecutor()

Default implementation of the RemoteInvocationExecutor interface. Simply delegates to RemoteInvocation's invoke method.

Functions

invoke

open fun invoke(invocation: RemoteInvocation, targetObject: Any): Any