Uses of Interface
org.gcube.common.clients.Plugin

  • Uses of Plugin in org.gcube.common.clients

    Constructors in org.gcube.common.clients with parameters of type Plugin
    Modifier
    Constructor
    Description
     
    LegacyQuery(Plugin<?,?> plugin)
    Creates an instance with a given proxy Plugin.
     
    ProxyBuilderImpl(Plugin<S,P> plugin, org.gcube.common.clients.cache.EndpointCache<jakarta.xml.ws.EndpointReference> cache, org.gcube.common.clients.config.Property<?>... properties)
    Creates an instance with a given Plugin, an EndpointCache, and zero or more default Propertys.
     
    ProxyBuilderImpl(Plugin<S,P> plugin, org.gcube.common.clients.config.Property<?>... properties)
    Creates an instance with a given Plugin and zero or more default Propertys.
     
    ProxyBuilderImpl(Plugin<S,P> plugin, org.gcube.common.clients.queries.Query<jakarta.xml.ws.EndpointReference> query, org.gcube.common.clients.cache.EndpointCache<jakarta.xml.ws.EndpointReference> cache, org.gcube.common.clients.config.Property<?>... properties)
    Creates an instance with a given Plugin,a Query, an EndpointCache, and zero or more default Propertys.
     
    ProxyBuilderImpl(Plugin<S,P> plugin, org.gcube.common.clients.queries.Query<jakarta.xml.ws.EndpointReference> query, org.gcube.common.clients.config.Property<?>... properties)
    Creates an instance with a given Plugin, a Query, and zero or more default Propertys.