org.gcube.data.tml.proxies
Interface TBinder

All Known Implementing Classes:
DefaultTBinder

public interface TBinder

An interface over remote T-Binder endpoints.

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.

Author:
Fabio Simeoni
See Also:
TReader, TWriter

Method Summary
 List<Binding> bind(BindRequest parameters)
          Binds one ore more data sources to T-Reader and/or T-Writer endpoints.
 

Method Detail

bind

List<Binding> bind(BindRequest parameters)
Binds one ore more data sources to T-Reader and/or T-Writer endpoints.

Parameters:
parameters - the binding parameters
Returns:
the bindings
Throws:
org.gcube.common.clients.exceptions.DiscoveryException - if the proxy is created in discovery mode but no service endpoints can be discovered
org.gcube.common.clients.exceptions.InvalidRequestException - if the input parameters are invalid
org.gcube.common.clients.exceptions.ServiceException - if the call fails for any other error


Copyright © 2013. All Rights Reserved.