public interface TBinder
T-Binder endpoints bind given data sources to T-Reader and T-Writer endpoints, which give access to the bound sources under a tree-based model.
| Modifier and Type | Method and Description |
|---|---|
List<Binding> |
bind(BindRequest parameters)
Binds one ore more data sources to T-Reader and/or T-Writer endpoints.
|
List<Binding> bind(BindRequest parameters)
parameters - the binding parametersorg.gcube.common.clients.exceptions.DiscoveryException - if the proxy is created in discovery mode but no service endpoints can be discoveredorg.gcube.common.clients.exceptions.InvalidRequestException - if the input parameters are invalidorg.gcube.common.clients.exceptions.ServiceException - if the call fails for any other errorCopyright © 2015. All Rights Reserved.