类 HttpRemoteInvocation
- java.lang.Object
-
- org.springframework.remoting.support.RemoteInvocation
-
- com.alibaba.dubbo.rpc.protocol.http.HttpRemoteInvocation
-
- 所有已实现的接口:
Serializable
public class HttpRemoteInvocation extends org.springframework.remoting.support.RemoteInvocation
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 HttpRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
-
-
-
方法详细资料
-
invoke
public Object invoke(Object targetObject) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
- 覆盖:
invoke
在类中org.springframework.remoting.support.RemoteInvocation
- 抛出:
NoSuchMethodException
IllegalAccessException
InvocationTargetException
-
-