abstract class RemoteInvocationBasedAccessor : UrlBasedRemoteAccessor
Abstract base class for remote service accessors that are based on serialization of RemoteInvocation objects. Provides a "remoteInvocationFactory" property, with a DefaultRemoteInvocationFactory as default strategy.
Author
Juergen Hoeller
Since
1.1
See Also
#setRemoteInvocationFactoryRemoteInvocationRemoteInvocationFactoryDefaultRemoteInvocationFactory
RemoteInvocationBasedAccessor()
Abstract base class for remote service accessors that are based on serialization of RemoteInvocation objects. Provides a "remoteInvocationFactory" property, with a DefaultRemoteInvocationFactory as default strategy. |
open fun getRemoteInvocationFactory(): RemoteInvocationFactory
Return the RemoteInvocationFactory used by this accessor. |
|
open fun setRemoteInvocationFactory(remoteInvocationFactory: RemoteInvocationFactory): Unit
Set the RemoteInvocationFactory to use for this accessor. Default is a DefaultRemoteInvocationFactory. A custom invocation factory can add further context information to the invocation, for example user credentials. |