Interface ServiceMetadataProvider

All Known Implementing Classes:
GeneratedServiceMetadataProvider

public interface ServiceMetadataProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the service metadata with the name given, if it exists in the metadata or if it can be derived from the metadata.
  • Method Details

    • 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.