Interface UserFeaturesProvider

  • All Known Implementing Classes:
    IQPEPHandler

    public interface UserFeaturesProvider
    A UserFeatureProvider is responsible for providing the features of protocols supported by users.
    Author:
    Guus der Kinderen, guus.der.kinderen@gmail.com
    • Method Detail

      • getFeatures

        Iterator<String> getFeatures()
        Returns an Iterator (of String) with the namespace of supported features by users. The features to include are the features of protocols supported by all registered users on the server. The idea is that different modules may provide their features that will ultimately be included in the list user features.
        Returns:
        an Iterator (of String) with features of protocols supported by users.