public abstract class Config extends Object
| Constructor and Description |
|---|
Config(DataService dataService,
String configId,
String type,
Map<String,String> properties,
boolean oDataEnabled) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
abstract ODataDataHandler |
createODataHandler() |
String |
getConfigId() |
DataService |
getDataService() |
Map<String,String> |
getProperties() |
String |
getProperty(String name) |
String |
getType() |
abstract boolean |
isActive() |
boolean |
isODataEnabled() |
String |
toString() |
public DataService getDataService()
public String getConfigId()
public String getType()
public abstract boolean isActive()
public abstract void close()
public abstract ODataDataHandler createODataHandler() throws DataServiceFault
DataServiceFaultpublic boolean isODataEnabled()
Copyright © 2015 WSO2. All rights reserved.