Uses of Interface
org.gcube.common.clients.config.ProxyConfig

Packages that use ProxyConfig
org.gcube.common.clients.config   
org.gcube.common.clients.delegates   
 

Uses of ProxyConfig in org.gcube.common.clients.config
 

Classes in org.gcube.common.clients.config that implement ProxyConfig
 class AbstractConfig<A,S>
          Partial implementation of ProxyConfig.
 class DiscoveryConfig<A,S>
          The configuration of a proxy created in discovery mode.
 class EndpointConfig<A,S>
          The configuration of a proxy created in direct mode.
 

Uses of ProxyConfig in org.gcube.common.clients.delegates
 

Classes in org.gcube.common.clients.delegates with type parameters of type ProxyConfig
 class AbstractDelegate<A,S,C extends ProxyConfig<A,S>>
          Partial implementation of ProxyDelegates
 

Methods in org.gcube.common.clients.delegates that return ProxyConfig
 ProxyConfig<?,S> MockDelegate.config()
           
 ProxyConfig<?,S> ProxyDelegate.config()
          Returns the configuration of the proxy.
 ProxyConfig<?,S> AsyncProxyDelegate.config()
           
 

Methods in org.gcube.common.clients.delegates with parameters of type ProxyConfig
 Exception ProxyPlugin.convert(Exception fault, ProxyConfig<?,?> config)
          Converts a fault raised by a Call into a fault that can be recognised by ProxyDelegate clients.
 S ProxyPlugin.resolve(A address, ProxyConfig<?,?> config)
          Returns a stub for a given service endpoint
 



Copyright © 2013. All Rights Reserved.