A - the type of service addressesS - the type of service stubsC - the type of ProxyConfig used by the delegatepublic abstract class AbstractDelegate<A,S,C extends ProxyConfig<A,S>> extends Object implements ProxyDelegate<S>
ProxyDelegates| Constructor and Description |
|---|
AbstractDelegate(C config)
Constructs an instance with a given configuration
|
| Modifier and Type | Method and Description |
|---|---|
C |
config()
Returns the configuration of the proxy.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmakepublic AbstractDelegate(C config)
config - the configurationpublic C config()
ProxyDelegateconfig in interface ProxyDelegate<S>Copyright © 2017. All Rights Reserved.