|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceDescriptor
Describes an invocable service as defined by a DataLink Service Descriptor. This is usually read from a VOTable RESOURCE element with @type="meta" and @utype="adhoc:service".
Method Summary | |
---|---|
java.lang.String |
getAccessUrl()
Returns the access URL defined by this service. |
java.lang.String |
getDescription()
Returns descriptive text for this service. |
java.lang.String |
getDescriptorId()
Returns the identifier for this service descriptor. |
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. |
Method Detail |
---|
java.lang.String getDescriptorId()
java.lang.String getAccessUrl()
java.lang.String getStandardId()
java.lang.String getResourceIdentifier()
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |