public interface ServiceDescriptor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessUrl()
Returns the access URL defined by this service.
|
java.lang.String |
getContentType()
Returns the MIME type expected for results from this service.
|
java.lang.String |
getDescription()
Returns descriptive text for this service.
|
java.lang.String |
getDescriptorId()
Returns the identifier for this service descriptor.
|
ExampleUrl[] |
getExampleUrls()
Returns a list of example invocations associated with this service.
|
ServiceParam[] |
getInputParams()
Returns a list of input parameters associated with this service.
|
java.lang.String |
getName()
Returns a name for this service.
|
java.lang.String |
getResourceIdentifier()
Returns an IVOA registry identifier for this service.
|
java.lang.String |
getStandardId()
Returns the capability URI corresponding to this service.
|
java.lang.String getDescriptorId()
java.lang.String getAccessUrl()
java.lang.String getStandardId()
java.lang.String getResourceIdentifier()
java.lang.String getContentType()
java.lang.String getName()
name
attribute on the RESOURCE.
Provision of this metadata is not discussed by the DataLink standard,
but it may be useful to have, especially for service descriptors
in "normal" rather than links-response VOTables.java.lang.String getDescription()
DESCRIPTION
element.
Provision of this metadata is not discussed by the DataLink standard,
but it may be useful to have, especially for service descriptors
in "normal" rather than links-response VOTables.ServiceParam[] getInputParams()
ExampleUrl[] getExampleUrls()