public interface RestPluginDS
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyDataSource |
restReadDS(WebClient client,
RestDefinition restDefinition)
Create a data source that will be used for reading.
|
MutableDataSource |
restWriteDS(WebClient client,
RestDefinition restDefinition)
Create a data source that will be used for writing.
|
MutableDataSource restWriteDS(WebClient client, RestDefinition restDefinition) throws java.lang.Exception
client - the clientrestDefinition - the definitionjava.lang.Exception - a problem occurred.ReadOnlyDataSource restReadDS(WebClient client, RestDefinition restDefinition) throws java.lang.Exception
client - the clientrestDefinition - the definitionjava.lang.Exception - a problem occurred.stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.