Interface ServiceMetadataProvider

    • Method Detail

      • serviceMetadata

        ServiceMetadata serviceMetadata​(String service)
        Returns the service metadata with the name given, if it exists in the metadata or if it can be derived from the metadata. Otherwise, returns null.
        Parameters:
        service - the service to search for
        Returns:
        the corresponding service metadata, if it exists or derived.