public class

ContextPropagatingRemoteInvocationFactory

extends Object
implements RemoteInvocationFactory
java.lang.Object
   ↳ org.springframework.security.remoting.rmi.ContextPropagatingRemoteInvocationFactory

Class Overview

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.

Summary

Public Constructors
ContextPropagatingRemoteInvocationFactory()
Public Methods
RemoteInvocation createRemoteInvocation(MethodInvocation methodInvocation)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.remoting.support.RemoteInvocationFactory

Public Constructors

public ContextPropagatingRemoteInvocationFactory ()

Public Methods

public RemoteInvocation createRemoteInvocation (MethodInvocation methodInvocation)