@Service public class GenericRestLookupServiceImpl extends Object implements GenericRestLookupService
| Constructor and Description |
|---|
GenericRestLookupServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getStuff(String key,
Map<String,String> attributes)
Gets information from the provided key and attributes
|
public Object getStuff(String key, Map<String,String> attributes)
GenericRestLookupServicegetStuff in interface GenericRestLookupServicekey - the key that is used to lookup the endpoint.propertiesattributes - the list of attributes to use in the queryCopyright © 2015. All rights reserved.