public interface ServiceInfo extends Serializable, Comparable<ServiceInfo>
Modifier and Type | Method and Description |
---|---|
String |
getCategory()
返回服务分类
|
List<Parameter> |
getParameters()
若参数为空,需要返回一个空list
|
long |
getRequestTimeout()
返回服务超时时间
|
List<Parameter> |
getResults()
若结果集为空,需要返回一个空list
|
String |
getServiceId() |
compareTo
Copyright © 2006–2018 TinyGroup. All rights reserved.