|
spring-context | ||||||||
| 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 Alliance
MethodInvocation.
Used by RmiClientInterceptor (for RMI invokers)
and by org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.
DefaultRemoteInvocationFactory,
RemoteInvocationBasedAccessor.setRemoteInvocationFactory(org.springframework.remoting.support.RemoteInvocationFactory),
org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor#setRemoteInvocationFactory| Method Summary | |
|---|---|
RemoteInvocation |
createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
Create a serializable RemoteInvocation object from the given AOP MethodInvocation. |
| Method Detail |
|---|
RemoteInvocation createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
Can be implemented to add custom context information to the remote invocation, for example user credentials.
methodInvocation - the original AOP MethodInvocation object
|
spring-context | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||