public interface CustomDataSourceBase
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the data source.
|
void |
init(Map<String,String> props)
Initialized the custom data source.
|
void init(Map<String,String> props) throws DataServiceFault
props
- The properties used for initializationDataServiceFault
- Thrown if any error occursvoid close()
Copyright © 2019 WSO2. All rights reserved.