|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Request
Common interface for binding requests to the plugin via T-Binder services.
| Method Summary | |
|---|---|
org.gcube.data.tm.stubs.SourceBinding |
send()
Sends the request to some suitable instance of the hosting service. |
org.gcube.data.tm.stubs.SourceBinding |
send(org.gcube.common.clients.gcore.StatefulQuery query)
Sends the request to a hosting service returned by a given query. |
org.gcube.data.tm.stubs.SourceBinding |
send(URL url)
Sends the request to a hosting service at a given endpoint. |
| Method Detail |
|---|
org.gcube.data.tm.stubs.SourceBinding send()
throws org.gcube.common.clients.DiscoveryException,
Exception
Exception - if the request fails
org.gcube.common.clients.DiscoveryException - if there are no T-Binder services with the plugin
org.gcube.data.tm.stubs.SourceBinding send(URL url)
throws Exception
url - the endpoint
Exception - if the request fails
org.gcube.data.tm.stubs.SourceBinding send(org.gcube.common.clients.gcore.StatefulQuery query)
throws org.gcube.common.clients.DiscoveryException,
Exception
query - the query
Exception - if the request fails
org.gcube.common.clients.DiscoveryException - if there are no T-Binder services that satisfy the query
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||