| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.rpc.model |
| 限定符和类型 | 方法和说明 |
|---|---|
MethodDescriptor.RpcType |
ReflectionMethodDescriptor.getRpcType() |
MethodDescriptor.RpcType |
StubMethodDescriptor.getRpcType() |
MethodDescriptor.RpcType |
MethodDescriptor.getRpcType() |
static MethodDescriptor.RpcType |
MethodDescriptor.RpcType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MethodDescriptor.RpcType[] |
MethodDescriptor.RpcType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
StubMethodDescriptor(String methodName,
Class<?> requestClass,
Class<?> responseClass,
StubServiceDescriptor serviceDescriptor,
MethodDescriptor.RpcType rpcType,
PackableMethod.Pack requestPack,
PackableMethod.Pack responsePack,
PackableMethod.UnPack requestUnpack,
PackableMethod.UnPack responseUnpack) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.