@Deprecated public class DefaultServiceLocatorLocationScorer extends Object implements DynamicServiceLocatorLocationScorer
Constructor and Description |
---|
DefaultServiceLocatorLocationScorer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
eu.dnetlib.soap.cxf.StandaloneCxfEndpointReferenceBuilder |
getEprBuilder()
Deprecated.
|
int |
getLocalHostScore()
Deprecated.
|
int |
getLocalPortScore()
Deprecated.
|
int |
getLocalSrvScore()
Deprecated.
|
int |
score(URL url)
Deprecated.
Compute the score assigned to a given service location (url).
|
void |
setEprBuilder(eu.dnetlib.soap.cxf.StandaloneCxfEndpointReferenceBuilder eprBuilder)
Deprecated.
|
void |
setLocalHostScore(int localHostScore)
Deprecated.
|
void |
setLocalPortScore(int localPortScore)
Deprecated.
|
void |
setLocalSrvScore(int localSrvScore)
Deprecated.
|
public DefaultServiceLocatorLocationScorer()
public int score(URL url) throws MalformedURLException
score
in interface DynamicServiceLocatorLocationScorer
url
- service urlMalformedURLException
DynamicServiceLocatorLocationScorer.score(java.net.URL)
public eu.dnetlib.soap.cxf.StandaloneCxfEndpointReferenceBuilder getEprBuilder()
public void setEprBuilder(eu.dnetlib.soap.cxf.StandaloneCxfEndpointReferenceBuilder eprBuilder)
public int getLocalHostScore()
public void setLocalHostScore(int localHostScore)
public int getLocalPortScore()
public void setLocalPortScore(int localPortScore)
public int getLocalSrvScore()
public void setLocalSrvScore(int localSrvScore)
Copyright © 2019. All rights reserved.