org.gcube.common.clients.config
Class EndpointConfig<A,S>

java.lang.Object
  extended by org.gcube.common.clients.config.AbstractConfig<A,S>
      extended by org.gcube.common.clients.config.EndpointConfig<A,S>
Type Parameters:
A - the type of service addresses
S - the type of service stubs
All Implemented Interfaces:
ProxyConfig<A,S>

public class EndpointConfig<A,S>
extends AbstractConfig<A,S>

The configuration of a proxy created in direct mode.

Author:
Fabio Simeoni
See Also:
DirectDelegate

Constructor Summary
EndpointConfig(ProxyPlugin<A,S,?> plugin, A address)
           
 
Method Summary
 A address()
           
 
Methods inherited from class org.gcube.common.clients.config.AbstractConfig
addProperty, addProperty, hasProperty, plugin, property, timeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointConfig

public EndpointConfig(ProxyPlugin<A,S,?> plugin,
                      A address)
Method Detail

address

public A address()


Copyright © 2012. All Rights Reserved.