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

DefaultRemoteInvocationFactory

open class DefaultRemoteInvocationFactory : RemoteInvocationFactory

Default implementation of the RemoteInvocationFactory interface. Simply creates a new standard RemoteInvocation object.

Author
Juergen Hoeller

Since
1.1

Constructors

<init>

DefaultRemoteInvocationFactory()

Default implementation of the RemoteInvocationFactory interface. Simply creates a new standard RemoteInvocation object.

Functions

createRemoteInvocation

open fun createRemoteInvocation(methodInvocation: MethodInvocation): RemoteInvocation