Uses of Class
org.gcube.data.tml.proxies.Binding

Packages that use Binding
org.gcube.data.tml.proxies   
org.gcube.data.tml.stubs   
 

Uses of Binding in org.gcube.data.tml.proxies
 

Methods in org.gcube.data.tml.proxies that return types with arguments of type Binding
 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.
 

Method parameters in org.gcube.data.tml.proxies with type arguments of type Binding
 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
 

Uses of Binding in org.gcube.data.tml.stubs
 

Fields in org.gcube.data.tml.stubs with type parameters of type Binding
 List<Binding> Types.BindingsHolder.bindings
           
 



Copyright © 2013. All Rights Reserved.