Spring Security Framework

org.springframework.security.context.rmi
Class ContextPropagatingRemoteInvocationFactory

java.lang.Object
  extended by org.springframework.security.context.rmi.ContextPropagatingRemoteInvocationFactory
All Implemented Interfaces:
RemoteInvocationFactory

public class ContextPropagatingRemoteInvocationFactory
extends Object
implements RemoteInvocationFactory

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.

Version:
$Id$
Author:
James Monaghan, Ben Alex

Constructor Summary
ContextPropagatingRemoteInvocationFactory()
           
 
Method Summary
 RemoteInvocation createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextPropagatingRemoteInvocationFactory

public ContextPropagatingRemoteInvocationFactory()
Method Detail

createRemoteInvocation

public RemoteInvocation createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
Specified by:
createRemoteInvocation in interface RemoteInvocationFactory

Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.