public class RmiRemoteInvocation
extends org.springframework.remoting.support.RemoteInvocation
| Constructor and Description |
|---|
RmiRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
executed on consumer side
|
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object targetObject)
Need to restore context on provider side (Though context will be overridden by Invocation's attachment
when ContextFilter gets executed, we will restore the attachment when Invocation is constructed, check more
from
InvokerInvocationHandler |
public RmiRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
public Object invoke(Object targetObject) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
InvokerInvocationHandlerinvoke in class org.springframework.remoting.support.RemoteInvocationNoSuchMethodExceptionIllegalAccessExceptionInvocationTargetExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.