Class ContextPropagatingRemoteInvocationFactory
- java.lang.Object
-
- org.springframework.security.remoting.rmi.ContextPropagatingRemoteInvocationFactory
-
- All Implemented Interfaces:
org.springframework.remoting.support.RemoteInvocationFactory
public class ContextPropagatingRemoteInvocationFactory extends java.lang.Object implements org.springframework.remoting.support.RemoteInvocationFactory
Called by a client-side instance oforg.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 Constructor Description ContextPropagatingRemoteInvocationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.remoting.support.RemoteInvocation
createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
-