@Path(value="/") public class CDRRestDescribeService extends Object implements ddf.registry.api.RegistrableService
| Constructor and Description |
|---|
CDRRestDescribeService(org.codice.ddf.configuration.impl.ConfigurationWatcherImpl config) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
describe() |
Map<String,String> |
getProperties() |
String |
getServiceDescription() |
String |
getServiceRelativeUrl() |
String |
getServiceType() |
javax.ws.rs.core.Response |
ping() |
void |
setPathToDescribeFile(String fileLocation) |
public CDRRestDescribeService(org.codice.ddf.configuration.impl.ConfigurationWatcherImpl config)
public javax.ws.rs.core.Response ping()
public javax.ws.rs.core.Response describe()
public String getServiceType()
getServiceType in interface ddf.registry.api.RegistrableServicepublic String getServiceRelativeUrl()
getServiceRelativeUrl in interface ddf.registry.api.RegistrableServicepublic String getServiceDescription()
getServiceDescription in interface ddf.registry.api.RegistrableServicepublic Map<String,String> getProperties()
getProperties in interface ddf.registry.api.RegistrableServicepublic void setPathToDescribeFile(String fileLocation)
Copyright © 2014–2015 Cohesive Integrations, LLC. All rights reserved.