org.acegisecurity.context.rmi
Class ContextPropagatingRemoteInvocationFactory

java.lang.Object
  extended by org.acegisecurity.context.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 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: ContextPropagatingRemoteInvocationFactory.java 1496 2006-05-23 13:38:33Z benalex $
Author:
James Monaghan, Ben Alex

Constructor Summary
ContextPropagatingRemoteInvocationFactory()
           
 
Method Summary
 org.springframework.remoting.support.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 org.springframework.remoting.support.RemoteInvocation createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
Specified by:
createRemoteInvocation in interface org.springframework.remoting.support.RemoteInvocationFactory


Copyright © 2004-2011 Interface21, Inc. All Rights Reserved.