Class ServiceOperatorRepository

    • Constructor Detail

      • ServiceOperatorRepository

        public ServiceOperatorRepository()
    • Method Detail

      • getServiceOperator

        public ServiceOperator getServiceOperator​(String service,
                                                  String version)
        Parameters:
        service - the service
        version - the version
        Returns:
        the implemented request listener
      • getAllSupportedVersions

        public Set<String> getAllSupportedVersions()
      • getSupportedVersions

        public Set<String> getSupportedVersions​(String service)
        Parameters:
        service - the service
        Returns:
        the supportedVersions
      • isVersionSupported

        public boolean isVersionSupported​(String service,
                                          String version)
        Parameters:
        service - the service
        version - the version
        Returns:
        the supportedVersions
      • getSupportedServices

        public Set<String> getSupportedServices()
        Returns:
        the supportedVersions
      • isServiceSupported

        public boolean isServiceSupported​(String service)