Uses of Interface
si.mazi.rescu.Interceptor
| Package | Description |
|---|---|
| si.mazi.rescu |
Classes in this package may be used to create proxy client objects for REST web services.
|
-
Uses of Interceptor in si.mazi.rescu
Methods in si.mazi.rescu with parameters of type Interceptor Modifier and Type Method Description <I> IIRestProxyFactory. createProxy(Class<I> restInterface, String baseUrl, ClientConfig config, Interceptor... interceptors)static <I> IRestProxyFactory. createProxy(Class<I> restInterface, String baseUrl, ClientConfig config, Interceptor... interceptors)Create a proxy implementation of restInterface.<I> IRestProxyFactoryImpl. createProxy(Class<I> restInterface, String baseUrl, ClientConfig config, Interceptor... interceptors)