-
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.
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.