public class RmiRemoteInvocation
extends org.springframework.remoting.support.RemoteInvocation
| 构造器和说明 |
|---|
RmiRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
executed on consumer side
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 org.springframework.remoting.support.RemoteInvocationNoSuchMethodExceptionIllegalAccessExceptionInvocationTargetExceptionCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.