| Package | Description |
|---|---|
| org.gcube.data.tml.proxies | |
| org.gcube.data.tml.stubs |
| Modifier and Type | Method and Description |
|---|---|
List<Binding> |
DefaultTBinder.bind(BindRequest parameters) |
List<Binding> |
TBinder.bind(BindRequest parameters)
Binds one ore more data sources to T-Reader and/or T-Writer endpoints.
|
Future<List<Binding>> |
DefaultTBinder.bindAsync(BindRequest parameters) |
Future<List<Binding>> |
AsyncTBinder.bindAsync(BindRequest parameters)
Binds asynchronously to T-Reader and/or T-Writer services
and returns a
Future of the call outcome which clients can poll or use to cancel submission. |
| Modifier and Type | Method and Description |
|---|---|
Future<?> |
DefaultTBinder.bindAsync(BindRequest parameters,
org.gcube.common.clients.delegates.Callback<List<Binding>> callback) |
Future<?> |
AsyncTBinder.bindAsync(BindRequest parameters,
org.gcube.common.clients.delegates.Callback<List<Binding>> callback)
Binds asynchronously to T-Reader and/or T-Writer services and notifies a
Callback of the outcome of the call |
| Modifier and Type | Field and Description |
|---|---|
List<Binding> |
Types.BindingsHolder.bindings |
Copyright © 2014. All Rights Reserved.