public interface EndpointSet
Endpoints
Modifier and Type | Method | Description |
---|---|---|
java.net.URL |
getAsyncEndpoint() |
Returns the endpoint for asynchronous TAP queries.
|
java.net.URL |
getAvailabilityEndpoint() |
Returns the endpoint at which the VOSI availability document
may be found.
|
java.net.URL |
getCapabilitiesEndpoint() |
Returns the endpoint at which the VOSI capabilities document
may be found.
|
java.net.URL |
getExamplesEndpoint() |
Returns the endpoint at which a DALI/TAP examples document may be found.
|
java.lang.String |
getIdentity() |
Returns a label for this service.
|
java.net.URL |
getSyncEndpoint() |
Returns the endpoint for synchronous TAP queries.
|
java.net.URL |
getTablesEndpoint() |
Returns the endpoint at which the VOSI tableset document may be found.
|
java.lang.String getIdentity()
java.net.URL getSyncEndpoint()
<baseUrl>/sync
.java.net.URL getAsyncEndpoint()
<baseUrl>/async
.java.net.URL getTablesEndpoint()
<baseUrl>/tables
.java.net.URL getCapabilitiesEndpoint()
<baseUrl>/capabilities
.java.net.URL getAvailabilityEndpoint()
<baseUrl>/availability
.java.net.URL getExamplesEndpoint()
<baseUrl>/examples
.Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.