Class ContextPropagatingRemoteInvocationFactory
- java.lang.Object
- 
- org.springframework.security.remoting.rmi.ContextPropagatingRemoteInvocationFactory
 
- 
- All Implemented Interfaces:
- org.springframework.remoting.support.RemoteInvocationFactory
 
 @Deprecated public class ContextPropagatingRemoteInvocationFactory extends java.lang.Object implements org.springframework.remoting.support.RemoteInvocationFactoryDeprecated.as of 5.6.0 with no replacementCalled by a client-side instance oforg.springframework.remoting.rmi.RmiProxyFactoryBeanwhen it wishes to create a remote invocation.Set an instance of this bean against the above class' remoteInvocationFactoryproperty.
- 
- 
Constructor SummaryConstructors Constructor Description ContextPropagatingRemoteInvocationFactory()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.springframework.remoting.support.RemoteInvocationcreateRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)Deprecated.
 
- 
- 
- 
Method Detail- 
createRemoteInvocationpublic org.springframework.remoting.support.RemoteInvocation createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation) Deprecated.- Specified by:
- createRemoteInvocationin interface- org.springframework.remoting.support.RemoteInvocationFactory
 
 
- 
 
-