|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
S - the type of service stubspublic interface ProxyDelegate<S>
Makes Calls to service endpoints on behalf a service proxy.
Delegates obtain the addresses of service endpoints according to some strategy, using information
found in their ProxyConfig.
Call| Method Summary | ||
|---|---|---|
ProxyConfig<?,S> |
config()
Returns the configuration of the proxy. |
|
|
make(Call<S,V> call)
Makes a Call to a given service endpoint. |
|
| Method Detail |
|---|
<V> V make(Call<S,V> call)
throws Exception
Call to a given service endpoint.
V - the type of the value returned from the callcall - the call
Exception - if the call failsProxyConfig<?,S> config()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||