| Package | Description |
|---|---|
| org.apache.dubbo.rpc.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WrapperUnPack |
| Modifier and Type | Method and Description |
|---|---|
UnPack |
PackableMethod.getRequestUnpack() |
UnPack |
StubMethodDescriptor.getRequestUnpack() |
UnPack |
PackableMethod.getResponseUnpack() |
UnPack |
StubMethodDescriptor.getResponseUnpack() |
| 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.