| Package | Description |
|---|---|
| org.apache.dubbo.config |
| Modifier and Type | Method and Description |
|---|---|
static List<MethodConfig> |
MethodConfig.constructMethodConfig(Method[] methods) |
List<MethodConfig> |
AbstractInterfaceConfig.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInterfaceConfig.checkInterfaceAndMethods(Class<?> interfaceClass,
List<MethodConfig> methods)
Check whether the remote service interface and the methods meet with Dubbo's requirements.it mainly check, if the
methods configured in the configuration file are included in the interface of remote service
|
void |
AbstractInterfaceConfig.setMethods(List<? extends MethodConfig> methods) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.