|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.remoting.support.RemoteInvocation
com.alibaba.dubbo.rpc.protocol.rmi.RmiRemoteInvocation
public class RmiRemoteInvocation
| Constructor Summary | |
|---|---|
RmiRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
构造将在消费端执行 |
|
| Method Summary | |
|---|---|
Object |
invoke(Object targetObject)
服务端执行时,重新放入上下文(虽然这时上下文在ContextFilter执行时将被Invocation的attachments覆盖,我们在Invocation构造时还原attachments, see InvokerInvocationHandler) |
| Methods inherited from class org.springframework.remoting.support.RemoteInvocation |
|---|
addAttribute, getArguments, getAttribute, getAttributes, getMethodName, getParameterTypes, setArguments, setAttributes, setMethodName, setParameterTypes, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RmiRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
| Method Detail |
|---|
public Object invoke(Object targetObject)
throws NoSuchMethodException,
IllegalAccessException,
InvocationTargetException
invoke in class org.springframework.remoting.support.RemoteInvocationNoSuchMethodException
IllegalAccessException
InvocationTargetException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||