All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.unicore.services.restclient.ClientCapabilities Maven / Gradle / Ivy

The newest version!
package eu.unicore.services.restclient;

/**
 * the ClientCapabilities interface is used to automatically load extensions
 * using the Java service provider interface approach.
* * a ClientCapabilities implementation provides a wrapper around a set of {@link ClientCapability} instances * * @author schuller */ public interface ClientCapabilities { /** * returns the client capabilities */ public ClientCapability[] getClientCapabilities(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy