open class DefaultRemoteInvocationFactory : RemoteInvocationFactory
Default implementation of the RemoteInvocationFactory interface. Simply creates a new standard RemoteInvocation object.
Author
Juergen Hoeller
Since
1.1
DefaultRemoteInvocationFactory()
Default implementation of the RemoteInvocationFactory interface. Simply creates a new standard RemoteInvocation object. |
open fun createRemoteInvocation(methodInvocation: MethodInvocation): RemoteInvocation |