Class GeneratedServiceMetadataProvider

    • Constructor Detail

      • GeneratedServiceMetadataProvider

        public GeneratedServiceMetadataProvider()
    • Method Detail

      • serviceMetadata

        public ServiceMetadata serviceMetadata​(String endpointPrefix)
        Description copied from interface: ServiceMetadataProvider
        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.
        Specified by:
        serviceMetadata in interface ServiceMetadataProvider
        Parameters:
        endpointPrefix - the service to search for
        Returns:
        the corresponding service metadata, if it exists or derived.