public class AsyncClientUtils extends Object
| 构造器和说明 |
|---|
AsyncClientUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
genAsyncMethodName(String methodName) |
static String |
genAsyncServiceImplName(String fullName) |
static String |
genAsyncServiceName(String fullName) |
static String |
genGatewayServiceName(String fullName) |
static String |
genSyncMethodName(String methodName) |
static String |
genSyncServiceName(String fullName) |
static Method |
getMethod(Class<?> cls,
String methodName) |
static Method |
getMethod(Class<?> cls,
String methodName,
Class<?> paramClses) |
static Class<?> |
parseServiceClass(Class<?> type) |
public static final Method getMethod(Class<?> cls, String methodName, Class<?> paramClses) throws NoSuchMethodException, SecurityException
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.