Class AuxServiceFinder

java.lang.Object
uk.ac.starlink.vo.AuxServiceFinder
All Implemented Interfaces:
TapServiceFinder

public class AuxServiceFinder extends Object implements TapServiceFinder
TapServiceFinder implementation that uses the IVOA Registry along with an "auxiliary" labelling of tableset resources. This is a version of the scheme proposed by Markus Demleitner's IVOA Note "Discovering Data Collections Within Services", version 1.1.
Since:
6 Aug 2015
Author:
Mark Taylor
See Also:
  • Constructor Details

    • AuxServiceFinder

      public AuxServiceFinder()
      Constructs a default instance.
    • AuxServiceFinder

      public AuxServiceFinder(TapService regtapService, uk.ac.starlink.util.ContentCoding coding)
      Constructs an instance with custom configuration.
      Parameters:
      regtapService - RegTAP service description
      coding - controls HTTP-level compression during TAP queries
  • Method Details