Class ContextPropagatingRemoteInvocationFactory
java.lang.Object
org.springframework.security.remoting.rmi.ContextPropagatingRemoteInvocationFactory
- All Implemented Interfaces:
org.springframework.remoting.support.RemoteInvocationFactory
@Deprecated
public class ContextPropagatingRemoteInvocationFactory
extends Object
implements org.springframework.remoting.support.RemoteInvocationFactory
Deprecated.
as of 5.6.0 with no replacement
Called by a client-side instance of
org.springframework.remoting.rmi.RmiProxyFactoryBean
when it wishes to
create a remote invocation.
Set an instance of this bean against the above class'
remoteInvocationFactory
property.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.remoting.support.RemoteInvocation
createRemoteInvocation
(org.aopalliance.intercept.MethodInvocation methodInvocation) Deprecated.
-
Constructor Details
-
ContextPropagatingRemoteInvocationFactory
public ContextPropagatingRemoteInvocationFactory()Deprecated.
-
-
Method Details
-
createRemoteInvocation
public org.springframework.remoting.support.RemoteInvocation createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation) Deprecated.- Specified by:
createRemoteInvocation
in interfaceorg.springframework.remoting.support.RemoteInvocationFactory
-