| Package | Description |
|---|---|
| org.apache.dubbo.rpc.model |
| Modifier and Type | Method and Description |
|---|---|
Pack |
PackableMethod.getRequestPack() |
Pack |
StubMethodDescriptor.getRequestPack() |
Pack |
PackableMethod.getResponsePack() |
Pack |
StubMethodDescriptor.getResponsePack() |
| Constructor and Description |
|---|
StubMethodDescriptor(String methodName,
Class<?> requestClass,
Class<?> responseClass,
StubServiceDescriptor serviceDescriptor,
MethodDescriptor.RpcType rpcType,
Pack requestPack,
Pack responsePack,
UnPack requestUnpack,
UnPack responseUnpack) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.