@Component(value="servicecentre") @Scope(value="prototype") public class ServiceFindersImplCentre extends java.lang.Object implements ServiceFinder
| 构造器和说明 |
|---|
ServiceFindersImplCentre() |
| 限定符和类型 | 方法和说明 |
|---|---|
Address |
getServiceLocation() |
void |
init(EndpointInfo endpointInfo) |
void |
reportInvalidServiceLocation(java.util.Map<java.lang.String,java.lang.Integer> serviceLocation) |
public void init(EndpointInfo endpointInfo) throws java.lang.Exception
init 在接口中 ServiceFinderjava.lang.Exceptionpublic Address getServiceLocation()
getServiceLocation 在接口中 ServiceFinderpublic void reportInvalidServiceLocation(java.util.Map<java.lang.String,java.lang.Integer> serviceLocation)
reportInvalidServiceLocation 在接口中 ServiceFinder