Uses of Interface
org.gcube.common.clients.fw.plugin.Plugin
Packages that use Plugin
-
Uses of Plugin in org.gcube.common.clients.fw.builders
Constructors in org.gcube.common.clients.fw.builders with parameters of type PluginModifierConstructorDescriptionSingletonBuilderImpl(Plugin<S, P> plugin, org.gcube.common.clients.cache.EndpointCache<jakarta.xml.ws.EndpointReference> cache, org.gcube.common.clients.config.Property<?>... properties) SingletonBuilderImpl(Plugin<S, P> plugin, org.gcube.common.clients.config.Property<?>... properties) Constructs an instance with a givenPluginand zero or more defaultPropertys.StatefulBuilderImpl(Plugin<S, P> plugin, org.gcube.common.clients.cache.EndpointCache<jakarta.xml.ws.EndpointReference> cache, org.gcube.common.clients.config.Property<?>... properties) StatefulBuilderImpl(Plugin<S, P> plugin, org.gcube.common.clients.config.Property<?>... properties) Constructs an instance with a givenPluginand zero or more defaultPropertys.StatelessBuilderImpl(Plugin<S, P> plugin, org.gcube.common.clients.cache.EndpointCache<jakarta.xml.ws.EndpointReference> cache, org.gcube.common.clients.config.Property<?>... properties) StatelessBuilderImpl(Plugin<S, P> plugin, org.gcube.common.clients.config.Property<?>... properties) Constructs an instance with a givenPluginand zero or more defaultPropertys.StatelessBuilderImpl(Plugin<S, P> plugin, StatelessQuery query, org.gcube.common.clients.cache.EndpointCache<jakarta.xml.ws.EndpointReference> cache, org.gcube.common.clients.config.Property<?>... properties) Constructs an instance with a givenPlugin,aStatelessQuery, anEndpointCache, and zero or more defaultPropertys.StatelessBuilderImpl(Plugin<S, P> plugin, StatelessQuery query, org.gcube.common.clients.config.Property<?>... properties) -
Uses of Plugin in org.gcube.common.clients.fw.queries
Constructors in org.gcube.common.clients.fw.queries with parameters of type PluginModifierConstructorDescriptionStatefulQuery(Plugin<?, ?> plugin) Creates an instance with a given proxyPlugin.StatelessQuery(Plugin<?, ?> plugin) Creates an instance with a given proxyPlugin.