| 
 | The Spring Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteInvocationFactory
Strategy interface for creating a RemoteInvocation from an AOP MethodInvocation. Used by RmiClientInterceptor (for RMI invokers) and HttpInvokerServiceExporter.
DefaultRemoteInvocationFactory, 
RemoteInvocationBasedAccessor.setRemoteInvocationFactory(org.springframework.remoting.support.RemoteInvocationFactory), 
RemoteInvocationBasedAccessor.setRemoteInvocationFactory(org.springframework.remoting.support.RemoteInvocationFactory)| Method Summary | |
|---|---|
|  RemoteInvocation | createRemoteInvocation(MethodInvocation methodInvocation)Create a serializable RemoteInvocation object from the given AOP MethodInvocation. | 
| Method Detail | 
|---|
RemoteInvocation createRemoteInvocation(MethodInvocation methodInvocation)
Can be implemented to add custom context information to the remote invocation, for example user credentials.
methodInvocation - the original AOP MethodInvocation object
| 
 | The Spring Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||