| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.rpc.model |
| 限定符和类型 | 方法和说明 |
|---|---|
PackableMethod.UnPack |
StubMethodDescriptor.getRequestUnpack() |
PackableMethod.UnPack |
PackableMethod.getRequestUnpack() |
PackableMethod.UnPack |
StubMethodDescriptor.getResponseUnpack() |
PackableMethod.UnPack |
PackableMethod.getResponseUnpack() |
| 构造器和说明 |
|---|
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.