| Package | Description |
|---|---|
| org.apache.dubbo.rpc.model |
| Modifier and Type | Method and Description |
|---|---|
MethodDescriptor.RpcType |
StubMethodDescriptor.getRpcType() |
MethodDescriptor.RpcType |
ReflectionMethodDescriptor.getRpcType() |
MethodDescriptor.RpcType |
MethodDescriptor.getRpcType() |
static MethodDescriptor.RpcType |
MethodDescriptor.RpcType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodDescriptor.RpcType[] |
MethodDescriptor.RpcType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.