I - the generic typeO - the generic typepublic abstract class AbstractServiceExporter<I,O> extends Object implements ServiceExporter<I,O>
| 构造器和说明 |
|---|
AbstractServiceExporter() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getMethodName()
Gets the method name.
|
IDLServiceInvoker |
getServiceInvoker()
Gets the service invoker.
|
String |
getServiceName()
Gets the service name.
|
void |
setMethodName(String methodName)
Sets the method name.
|
void |
setServiceInvoker(IDLServiceInvoker serviceInvoker)
Sets the service invoker.
|
void |
setServiceName(String serviceName)
Sets the service name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutepublic IDLServiceInvoker getServiceInvoker()
public void setServiceInvoker(IDLServiceInvoker serviceInvoker)
serviceInvoker - the new service invokerpublic String getServiceName()
ServiceExportergetServiceName 在接口中 ServiceExporter<I,O>public String getMethodName()
ServiceExportergetMethodName 在接口中 ServiceExporter<I,O>public void setServiceName(String serviceName)
serviceName - the new service namepublic void setMethodName(String methodName)
methodName - the new method nameCopyright © 2022 Baidu, Inc.. All rights reserved.