public interface HttpServiceProxyProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
createProxy(java.lang.Class<? extends Service> serviceInterface)
Create a new service proxy for the given service interface
|
void |
destroy()
Destroys this provider instance
|
void |
initialize(HttpServiceFactory factory)
Initializes this service proxy, by reading configuration from the given factory
|
java.lang.Object createProxy(java.lang.Class<? extends Service> serviceInterface)
void destroy()
void initialize(HttpServiceFactory factory)