Interface DataProviderBase

  • All Known Subinterfaces:
    DataProvider, DataXMLProvider
    All Known Implementing Classes:
    AbstractDataProvider

    public interface DataProviderBase
    Base Interface to provide Data given a URL. The implementations should return the data data given the options
    • Method Detail

      • getServiceName

        java.lang.String getServiceName()
        Returns the name of the service that can be used in the SERVICE protocol. i.e. service:///path
        Returns:
        service name
      • getServiceDescription

        java.lang.String getServiceDescription()
        Description of the Service to be shown in the Dropdown where service selection is shown.
        Returns:
        service description